ISharedProperty interface (comsvcs.h)

Exposes property methods that you can use 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.

Inheritance

The ISharedProperty interface inherits from the IDispatch interface. ISharedProperty also has these types of members:

Methods

The ISharedProperty interface has these methods.

 
ISharedProperty::get_Value

Retrieves the value of a shared property.
ISharedProperty::put_Value

Sets the value of a shared property.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

ISharedPropertyGroup

ISharedPropertyGroupManager