The ISharedProperty interface is used to set or retrieve the value of a shared property. A shared property can contain any data type that can be represented by a variant.
Remarks
The header file for the ISharedProperty interface is mtxspm.h. You must also link mtxguid.lib to your project to use this interface.
You can access the ISharedProperty interface by creating a SharedProperty object with the ISharedPropertyGroup::CreateProperty method or the ISharedPropertyGroup::CreatePropertyByPosition method.
A SharedProperty object can be created or accessed only from within a SharedPropertyGroup.
As with any COM object, you must release a SharedProperty object when you're finished using it.
The ISharedProperty interface exposes the following methods.
Method | Description |
get_Value | Retrieves the value of a shared property. |
put_Value | Sets the value of a shared property. |
See Also
Sharing State, MTS Supported Variant Types