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를 사용하는 엔터프라이즈 환경 내의 사용자에게 관심이 있습니다.

적용 대상