Condividi tramite


Proprietà WebSpacesListGeoRegionsResponse.GeoRegions

Gets or sets a collection of GeoRegion objects that lists the available geo-regions.

Spazio dei nomi: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Utilizzo

'Utilizzo
Dim instance As WebSpacesListGeoRegionsResponse
Dim value As IList(Of GeoRegion)

value = instance.GeoRegions

instance.GeoRegions = value

Sintassi

'Dichiarazione
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>)

Valore proprietà

A collection of GeoRegion objects.

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe WebSpacesListGeoRegionsResponse
Membri WebSpacesListGeoRegionsResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.WebSites.Models