Share via


TeamFoundationJobDefinition.EnabledStateValue Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "EnabledState")> _
Public Property EnabledStateValue As Integer
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "EnabledState")]
public int EnabledStateValue { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"EnabledState")]
public:
property int EnabledStateValue {
    int get ();
    void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "EnabledState")>]
member EnabledStateValue : int with get, set
function get EnabledStateValue () : int
function set EnabledStateValue (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobDefinition Class

Microsoft.TeamFoundation.Framework.Server Namespace