AffinityGroupUpdateParameters.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)
Syntax
public string Label { get; set; }
public:
property String^ Label {
String^ get();
void set(String^ value);
}
member Label : string with get, set
Public Property Label As String
Property Value
Type: System.String
The base-64 encoded label.
Remarks
The label can be up to 100 characters in length.
See Also
AffinityGroupUpdateParameters Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top