AffinityGroupCreateParameters.Description Property

 

Gets or sets a description for the 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 can be up to 1024 characters in length.

See Also

AffinityGroupCreateParameters Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top