DomainOptionsBaseDomainAccounts Property

Gets a list of domain accounts that should be added to a local group.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
C#
public Collection<DomainUserGroup> DomainAccounts { get; set; }

Property Value

CollectionDomainUserGroup
A collection of DomainUserGroup instances for the accounts.

Remarks

If the DomainUserDomain property of an element in this collection is , the account is assumed to belong to the domain specified in the DomainOptionsDomain property, rather than a local account. If this object is not an instance of the DomainOptions class, then the DomainUserDomain property may not be .

See Also