Domain User GroupDomain User Property
Gets the domain user that is being added to a group.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
An instance of the DomainUser class.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public DomainUser DomainUser { get; }VB
Public ReadOnly Property DomainUser As DomainUser
GetC++
public:
property DomainUser^ DomainUser {
DomainUser^ get ();
}F#
member DomainUser : DomainUser with getProperty Value
DomainUserAn instance of the DomainUser class.
Remarks
If the DomainUserDomain property is , this refers to a user that is a member of the domain that is being joined, not a local account. When using the ProvisionedDomainOptions class, the DomainUserDomain property may not be .