SharedProperty class

Sets or retrieves the value of a shared property.

For general information about using the Shared Property Manager in COM+, see COM+ Shared Property Manager.

When to implement

This class is implemented by COM+.

Requirement Value
Interfaces ISharedProperty

When to use

Use this class to access the methods of ISharedProperty.

Remarks

You can create a SharedProperty object by using the CreateProperty or CreatePropertyByPosition methods of ISharedPropertyGroup.

To use this class from Microsoft Visual Basic, add a reference to the COM+ Services Type Library. A SharedProperty object is created by calling the CreateProperty or CreatePropertyByPosition methods of the SharedPropertyGroup object.

Requirements

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

See also

ISharedProperty

SharedPropertyGroup

SharedPropertyGroupManager