This documentation is archived and is not being maintained.

IBuildAgent::ReservedForBuild Property

Gets the identifier of the build that is currently using this agent. Returns null if the agent is not currently being used.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property Uri^ ReservedForBuild {
	Uri^ get ();
}

Property Value

Type: System::Uri
The identifier of the build that is currently using this agent. Returns null if the agent is not currently being used.

Show: