Compartilhar via


CredentialCreateProperties.Password Propriedade

 

Obrigatório. Obtém ou define a senha da credencial.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe CredentialCreateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo