IADsPropertyEntry

The IADsPropertyEntry interface manages a property node in the property cache. .

When to Implement

Implement this interface only on a custom directory service provider. For information on how this interface is implemented on system-supplied providers, see ADSI System Providers.

When to Use

Call the methods of IADsPropertyEntry to manage individual property attributes and values. Use IADsPropertyList to manage the entire list of properties defined on an object.

Methods in Vtable Order

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

IDispatch Methods Description
GetTypeInfoCount Gets the number of type descriptions.
GetTypeInfo Gets a description of object's programmable interface.
GetIDsOfNames Maps name of method or property to DISPID.
Invoke Calls one of the object's methods or gets/sets one of its properties.

IADsPropertyEntry Methods Description
get/put_Name Gets/sets the name of the property entry.
get/put_ADS_Type Gets/sets the ADS data type of the property entry.
get/put_ControlCode Gets/sets
get/put_Values Gets/sets the current values of a property entry.

See Also

IADsPropertyList, IADsPropertyValue, Property Cache