LocationsListResponse::Locations Property
Gets or sets a collection of LocationsListResponse::Location objects that lists the available data center locations.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
public: property IList<LocationsListResponse::Location^>^ Locations { IList<LocationsListResponse::Location^>^ get(); void set(IList<LocationsListResponse::Location^>^ value); }
Property Value
Type: System.Collections.Generic::IList<LocationsListResponse::Location^>^A collection of LocationsListResponse::Location objects.
Show: