IBuildAgent.IsReserved Property
Gets a flag that describes whether this agent is currently being used by a build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property IsReserved As Boolean
bool IsReserved { get; }
property bool IsReserved {
bool get ();
}
abstract IsReserved : bool with get
function get IsReserved () : boolean
Property Value
Type: System.Boolean
True if this agent is reserved; otherwise, false.
.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.