WarehouseJobRunInfo.JobState Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property JobState As TeamFoundationJobState
public TeamFoundationJobState JobState { get; set; }
public:
property TeamFoundationJobState JobState {
TeamFoundationJobState get ();
void set (TeamFoundationJobState value);
}
member JobState : TeamFoundationJobState with get, set
function get JobState () : TeamFoundationJobState
function set JobState (value : TeamFoundationJobState)
Property Value
Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationJobState
Returns TeamFoundationJobState.
.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.