ProcessStartInfo.PasswordInClearText Propriedade

Definição

Obtém ou define a senha do usuário em texto claro a ser usado ao iniciar o processo.

public:
 property System::String ^ PasswordInClearText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string PasswordInClearText { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.PasswordInClearText : string with get, set
Public Property PasswordInClearText As String

Valor da propriedade

A senha do usuário em texto claro.

Atributos

Aplica-se a