WebSpacesListResponse.WebSpace.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)

Syntax

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

Property Value

Type: System.String

The geographical region.

See Also

WebSpacesListResponse.WebSpace Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top