ADSI Members Object

An Active Directory members object is a COM object that represents a collection of Active Directory object references (for example, users in a group). This object supports counting, filtering and enumerating its members. Use methods defined on the ADSI Group Object to control the actual addition and removal of member references.

List a members object through the standard Automation enumeration techniques provided through the IEnumVARIANT interface pointer on an ADSI Enumerator Object retrieved by IADsMembers::get__NewEnum.

Interfaces typically on ADSI Members Object Description
IUnknown Universal COM object management and interface query methods.
IDispatch Automation methods for late-bound access to an object's methods and properties
IADsMembers Member management and filtering methods for persistent properties.

QuickInfo

  Windows NT: Use version 4.0 and later.

See Also

IADsCollection, IADsGroup, IADsMembers, ADSI Collection Object, ADSI Enumerator Object, ADSI Group Object