Share via


AgentScopeActivityTracking.ReservedAgentUri Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property ReservedAgentUri As Uri
public Uri ReservedAgentUri { get; set; }
public:
property Uri^ ReservedAgentUri {
    Uri^ get ();
    void set (Uri^ value);
}
member ReservedAgentUri : Uri with get, set
function get ReservedAgentUri () : Uri 
function set ReservedAgentUri (value : Uri)

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

AgentScopeActivityTracking Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace