IBuildController.Status Property
Gets or sets the status of this build controller.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Декларация
Property Status As ControllerStatus
Get
Set
ControllerStatus Status { get; set; }
property ControllerStatus Status {
ControllerStatus get ();
void set (ControllerStatus value);
}
abstract Status : ControllerStatus with get, set
function get Status () : ControllerStatus
function set Status (value : ControllerStatus)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.ControllerStatus
The status of this build controller.
Remarks
When Offline, it cannot be reached by application tier. When Unavailable, application tier will attempt to fix the connection. When Available, it is working.
.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.