ProcessStartInfo.PasswordInClearText 屬性

定義

取得或設定啟動處理程序時使用之純文字格式的使用者密碼。

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

屬性值

純文字格式的使用者密碼。

屬性

適用於