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)

public:
property String^ DnsSuffix {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The DNS suffix.

Return to top
Show: