WarehouseJobProperties.EnabledState Property

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

Syntax

'宣言
Public Property EnabledState As TeamFoundationJobEnabledState
    Get
    Set
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

.NET Framework Security

See Also

Reference

WarehouseJobProperties Class

Microsoft.TeamFoundation.Warehouse Namespace