ProcessStartInfo.Domain Proprietà

Definizione

Ottiene o imposta un valore che identifica il dominio da utilizzare all'avvio del processo. Se questo valore è null, la UserName proprietà deve essere specificata in formato 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

Valore della proprietà

Dominio Active Directory da usare all'avvio del processo. Se questo valore è null, la UserName proprietà deve essere specificata in formato UPN.

Attributi

Commenti

Questa proprietà è principalmente di interesse per gli utenti all'interno di ambienti aziendali che usano Active Directory.

Si applica a