TeamFoundationJobReportingHistory.JobSource Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property JobSource As Guid
public Guid JobSource { get; set; }
public:
property Guid JobSource {
Guid get ();
void set (Guid value);
}
member JobSource : Guid with get, set
function get JobSource () : Guid
function set JobSource (value : Guid)
Property Value
Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.