ProcessStartInfo.Domain プロパティ

定義

プロセスを開始するときに使用されるドメインを指定する値を取得または設定します。 この値が null の場合は、UserName プロパティを UPN 形式で指定する必要があります。

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

プロパティ値

プロセスを開始するときに使用する Active Directory ドメイン。 この値が null の場合は、UserName プロパティを UPN 形式で指定する必要があります。

属性

注釈

このプロパティは、主に Active Directory を使用するエンタープライズ環境内のユーザーにとって重要です。

適用対象