Domain Options BaseDomain Accounts 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.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
A collection of DomainUserGroup instances for the accounts.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public Collection<DomainUserGroup> DomainAccounts { get; set; }VB
Public Property DomainAccounts As Collection(Of DomainUserGroup)
Get
SetC++
public:
property Collection<DomainUserGroup^>^ DomainAccounts {
Collection<DomainUserGroup^>^ get ();
void set (Collection<DomainUserGroup^>^ value);
}F#
member DomainAccounts : Collection<DomainUserGroup> with get, setProperty Value
CollectionDomainUserGroupA 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 .