An ADSI PropertyEntry Object represents a property entry in the ADSI property cache and supports an IADsPropertyEntry interface. IADsPropertyList supports the methods to manage property entries, including enumeration.
Implement ADSI PropertyEntry Objects when you are providing an Active Directory Service implementation.
The ADSI SDK comes with a system implementation of this object for every Microsoft-supplied ADSI provider.
Interfaces on ADSI PropertyEntry 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. |
IADsPropertyEntry | Methods and property methods to access a specific attribute in the ADSI property cache. |
Windows NT: Use version 4.0 and later.
IADsPropertyList, IADsPropertyValue, ADSI PropertyValue Object