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
- 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.