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

See Also

Reference

IBuildAgent Interface

Microsoft.TeamFoundation.Build.Client Namespace