Compartir a través de


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)

Syntax

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

Property Value

Type: System.Uri

The URL.

See Also

WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top