WebSite::Uri Property

 

Gets or sets a direct URL to the web site endpoint.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property Uri^ Uri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The URL.

Return to top
Show: