TClrProcessStartInfo.Domain Property

Gets or sets a value that identifies the domain to use when starting the process. If this value is null, the UserName property must be specified in UPN format.

Namespace: CNClrLib.Component.Process
published
 property Domain: String read GetDomain write SetDomain;

Property Value

Type: String

The Active Directory domain to use when starting the process. If this value is null, the UserName property must be specified in UPN format.

This property is primarily of interest to users within enterprise environments that use Active Directory.