WebSiteGetPublishProfileResponse.PublishProfile.ControlPanelUri Property

 

Gets or sets the URL of the control panel for the web site.

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

Syntax

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

Property Value

Type: System.Uri

The URL.

See Also

WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top