Share via


AzureSubscription2.Url Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

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

Property Value

Type: System.Uri

.NET Framework Security

See Also

Reference

AzureSubscription2 Class

Microsoft.TeamFoundation.Deployment.Workflow Namespace