Install Options BaseJoin Domain Offline Property
Gets or sets a value which indicates whether to join the domain during the offlineServicing
pass.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
if the domain should be joined during the offlineServicing pass; if it should be joined during the specialize pass. The default value is .
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public bool JoinDomainOffline { get; set; }VB
Public Property JoinDomainOffline As Boolean
Get
SetC++
public:
property bool JoinDomainOffline {
bool get ();
void set (bool value);
}F#
member JoinDomainOffline : bool with get, setProperty Value
Booleanif the domain should be joined during the offlineServicing pass; if it should be joined during the specialize pass. The default value is .
Remarks
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.