WebSite.HostNames Property

 

Gets or sets an array of public hostnames for the web site, including custom domains.

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

Syntax

public IList<string> HostNames { get; set; }
public:
property IList<String^>^ HostNames {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member HostNames : IList<string> with get, set
Public Property HostNames As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

An array of public hostnames.

See Also

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

Return to top