TeamFoundationJobDefinition.EnabledState Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.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
.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.