Share via


AffinityGroupUpdateParameters.Description Property

 

Gets or sets the description of this affinity group.

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

Syntax

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

Property Value

Type: System.String

The description.

Remarks

The description.

See Also

AffinityGroupUpdateParameters Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top