ProvisionedDomainOptionsWriteDomainElements Method

Writes options to join the domain.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.0.0+89a02853fc03095ce3d28e19ceda0fd8e02a7ef0
C#
public override void WriteDomainElements(
	AnswerFileGenerator generator,
	bool offlineServicing
)

Parameters

generator  AnswerFileGenerator
The generator creating the answer file.
offlineServicing  Boolean
if the options are for the offlineServicing pass; if they are for the specialize pass.

Remarks

This method is called when generating the Microsoft-Windows-JoinDomain component of the specialize or offlineServicing pass.

Exceptions

ArgumentNullExceptiongenerator is .

See Also