Compartilhar via


OperatingSystemListFamiliesResponse.OperatingSystemFamily.Label Propriedade

 

Obtém ou define o rótulo codificado em base 64 da família do sistema operacional.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)

Sintaxe

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

Valor de propriedade

Type: System.String

Rótulo codificado em base 64.

Consulte também

Classe OperatingSystemListFamiliesResponse.OperatingSystemFamily
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo