Compartilhar via


ResourceExtensionParameterValue.Key Propriedade

 

Opcional. A chave do parâmetro.

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

Sintaxe

public string Key { get; set; }
public:
property String^ Key {
    String^ get();
    void set(String^ value);
}
member Key : string with get, set
Public Property Key As String

Valor de propriedade

Type: System.String

Consulte também

Classe ResourceExtensionParameterValue
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo