Answer File OptionsJoin Domain Property
Gets or sets options for joining a domain.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
An instance of the DomainOptions class, the ProvisionedDomainOptions class, or to not join a domain. The default value is .
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public DomainOptionsBase? JoinDomain { get; set; }VB
Public Property JoinDomain As DomainOptionsBase
Get
SetC++
public:
property DomainOptionsBase^ JoinDomain {
DomainOptionsBase^ get ();
void set (DomainOptionsBase^ value);
}F#
member JoinDomain : DomainOptionsBase with get, setProperty Value
DomainOptionsBaseAn instance of the DomainOptions class, the ProvisionedDomainOptions class, or to not join a domain. The default value is .