Share via


AffinityGroupListResponse.AffinityGroup.Name Property

 

Gets or sets the name of the affinity group.

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

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

Return to top