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

プロパティ値

クリア テキストのユーザー パスワード。

属性

適用対象