ProcessStartInfo.Domain 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置确定要在启动进程时使用的域的值。 如果此值为 null
,则必须以 UPN 格式指定 UserName 属性。
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
,则必须以 UPN 格式指定 UserName 属性。
- 属性
注解
此属性主要对使用 Active Directory 的企业环境中的用户感兴趣。