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)

Syntax

'Declaration
ReadOnly Property ReservedForBuild As Uri
Uri ReservedForBuild { get; }
property Uri^ ReservedForBuild {
    Uri^ get ();
}
abstract ReservedForBuild : Uri with get
function get ReservedForBuild () : Uri

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.

.NET Framework Security

See Also

Reference

IBuildAgent Interface

Microsoft.TeamFoundation.Build.Client Namespace