WebSpacesGetResponse::GeoRegion Property

 

Gets or sets the geographical region where the web space is located.

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

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

Property Value

Type: System::String^

The geographical region.

Return to top
Show: