Share via


WebSpacesGetResponse.GeoLocation Property

 

Gets or sets the location of the datacenter for the web space.

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

Syntax

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

Property Value

Type: System.String

The location.

See Also

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

Return to top