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
- 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.