Share via


AffinityGroupListResponse.AffinityGroup.Location Property

 

Gets or sets the location of the data center in which the affinity group is located.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public string Location { get; set; }
public:
property String^ Location {
    String^ get();
    void set(String^ value);
}
member Location : string with get, set
Public Property Location As String

Property Value

Type: System.String

The location.

See Also

AffinityGroupListResponse.AffinityGroup Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top