Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Uri ReservedForBuild { get; }
property Uri^ ReservedForBuild {
Uri^ get ();
}
abstract ReservedForBuild : Uri
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.