LocationsListResponse::Locations Property

 

Gets or sets a collection of LocationsListResponse::Location objects that lists the available data center locations.

Namespace:   Microsoft.WindowsAzure.Management.Models
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);
}
Return to top
Show: