public bool JoinDomainOffline { get; set; }
Public Property JoinDomainOffline As Boolean
Get
Set
public:
property bool JoinDomainOffline {
bool get ();
void set (bool value);
}
member JoinDomainOffline : bool with get, set
This property is ignored if the AnswerFileOptionsJoinDomain property is .
Setting this property to is only supported when using the ProvisionedDomainOptions class.
This property is provided here, and not as part of the ProvisionedDomainOptions class, because the offlineServicing pass is not processed when using a pre-installed image.