Share via


WebSite.WebSiteHostNameSslState.Name Property

 

Gets or sets the URL of the web site.

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

Syntax

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

Property Value

Type: System.String

The URL.

See Also

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

Return to top