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

'宣言
Public ReadOnly Property ReservedAgentUri As Uri
    Get
public Uri ReservedAgentUri { get; }
public:
property Uri^ ReservedAgentUri {
    Uri^ get ();
}
member ReservedAgentUri : Uri
function get ReservedAgentUri () : Uri

Property Value

Type: System.Uri
The Uri of the reserved agent.

.NET Framework Security

See Also

Reference

AgentReservationCompletedEventArgs Class

Microsoft.TeamFoundation.Build.Workflow.Services Namespace