AffinityGroupListResponse::AffinityGroup::Label Property

 

Gets or sets the base-64 encoded label of the affinity group.

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

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

Property Value

Type: System::String^

The base-64 encoded label.

Return to top
Show: