This documentation is archived and is not being maintained.

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)

property bool IsReserved {
	bool get ();
}

Property Value

Type: System::Boolean
True if this agent is reserved; otherwise, false.

Show: