WebSite::WebSpace Property

 

Gets the name of the web space in which the web site is located.

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

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

Property Value

Type: System::String^

The name.

Return to top
Show: