DomainUserGroupDomainUser 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.0.0+89a02853fc03095ce3d28e19ceda0fd8e02a7ef0
C#
public DomainUser DomainUser { get; }

Property Value

DomainUser
An 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 .

See Also