ProcessStartInfo.PasswordInClearText Property

Definition

Gets or sets the user password in clear text to use when starting the process.

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

Property Value

The user password in clear text.

Attributes

Applies to