WebSpacesListGeoRegionsResponse.GeoRegions Property
Gets or sets a collection of GeoRegion objects that lists the available geo-regions.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim instance As WebSpacesListGeoRegionsResponse
Dim value As IList(Of GeoRegion)
value = instance.GeoRegions
instance.GeoRegions = value
Syntax
'Declaration
Public Property GeoRegions As IList(Of GeoRegion)
public IList<GeoRegion> GeoRegions { get; set; }
public:
property IList<GeoRegion^>^ GeoRegions {
IList<GeoRegion^>^ get ();
void set (IList<GeoRegion^>^ value);
}
/** @property */
public IList<GeoRegion> get_GeoRegions ()
/** @property */
public void set_GeoRegions (IList<GeoRegion> value)
public function get GeoRegions () : IList<GeoRegion>
public function set GeoRegions (value : IList<GeoRegion>)
Property Value
A collection of GeoRegion objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
WebSpacesListGeoRegionsResponse Class
WebSpacesListGeoRegionsResponse Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace