RoleSizeListResponse.RoleSize.Label Property

 

Optional. Localized label of the role size.

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

See Also

RoleSizeListResponse.RoleSize Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top