An ADSI PropertyValue Object represents a property value for a property named in the ADSI property cache. The property method IADsPropertyEntry::get/put_Values manages access to the VARIANT array of pointers to IADsPropertyValue interfaces supported by this type of object.
Implement ADSI PropertyValue 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 PropertyValue 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. |
IADsPropertyValue | Methods and property methods to access a specific ADSI value object for a named property in the cache. |
Windows NT: Use version 4.0 and later.
IADsPropertyList, IADsPropertyValue, ADSI PropertyValue Object