SharedPropertyGroup class

Creates and accesses the shared properties in a shared property group.

For more 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 ISharedPropertyGroup

When to use

Use this class to access the methods of ISharedPropertyGroup.

Remarks

You can create a SharedPropertyGroup object using the CreatePropertyGroup method of ISharedPropertyGroupManager.

To use this class from Microsoft Visual Basic, add a reference to the COM+ Services Type Library. A SharedPropertyGroup object is created by calling the CreatePropertyGroup method of the SharedPropertyGroupManager 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

ISharedPropertyGroup

SharedProperty

SharedPropertyGroupManager