AgentReservationCompletedEventArgs.ReservedAgentUri Property
Gets the Uri of the reserved agent.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property ReservedAgentUri As Uri
public Uri ReservedAgentUri { get; }
public:
property Uri^ ReservedAgentUri {
Uri^ get ();
}
member ReservedAgentUri : Uri with get
function get ReservedAgentUri () : Uri
Property Value
Type: System.Uri
The Uri of the reserved agent.
.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.