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)

public:
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The description.

The description can be up to 1024 characters in length.

Return to top
Show: