WarehouseJobProperties.EnabledState Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property EnabledState As TeamFoundationJobEnabledState
public TeamFoundationJobEnabledState EnabledState { get; set; }
public:
property TeamFoundationJobEnabledState EnabledState {
    TeamFoundationJobEnabledState get ();
    void set (TeamFoundationJobEnabledState value);
}
member EnabledState : TeamFoundationJobEnabledState with get, set
function get EnabledState () : TeamFoundationJobEnabledState 
function set EnabledState (value : TeamFoundationJobEnabledState)

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationJobEnabledState
Returns TeamFoundationJobEnabledState.

.NET Framework Security

See Also

Reference

WarehouseJobProperties Class

Microsoft.TeamFoundation.Warehouse Namespace