public Collection<DomainUserGroup> DomainAccounts { get; set; }
Public Property DomainAccounts As Collection(Of DomainUserGroup)
Get
Set
public:
property Collection<DomainUserGroup^>^ DomainAccounts {
Collection<DomainUserGroup^>^ get ();
void set (Collection<DomainUserGroup^>^ value);
}
member DomainAccounts : Collection<DomainUserGroup> with get, set
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 .