Share via


WebSpacesGetDnsSuffixResponse.DnsSuffix Property

 

Gets or sets the DNS suffix that is used for the web space.

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

Syntax

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

Property Value

Type: System.String

The DNS suffix.

See Also

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

Return to top