LocationsListResponse.Location.Name Property
Gets or sets the name of a data center location.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Property Value
Type: System.String
The name.
See Also
LocationsListResponse.Location Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top