Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the build agent status.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property Status As AgentStatus
'Usage
Dim instance As IBuildAgent
Dim value As AgentStatus
value = instance.Status
instance.Status = value
AgentStatus Status { get; set; }
property AgentStatus Status {
AgentStatus get ();
void set (AgentStatus value);
}
function get Status () : AgentStatus
function set Status (value : AgentStatus)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.AgentStatus
Remarks
The status must be set to Enabled for the build agent to queue or start new builds.
.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.