Security Note
The password of the account used to join the domain is stored in plain text in the answer
file. Do not store answer files with sensitive passwords in public locations.
public DomainOptions? JoinDomain { get; set; }Public Property JoinDomain As DomainOptions
Get
Setpublic:
property DomainOptions^ JoinDomain {
DomainOptions^ get ();
void set (DomainOptions^ value);
}member JoinDomain : DomainOptions with get, set