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 DomainOptionsBase? JoinDomain { get; set; }
Public Property JoinDomain As DomainOptionsBase
Get
Set
public:
property DomainOptionsBase^ JoinDomain {
DomainOptionsBase^ get ();
void set (DomainOptionsBase^ value);
}
member JoinDomain : DomainOptionsBase with get, set