Platform SDK: Transaction Server |
ISharedPropertyGroup Interface
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
The ISharedPropertyGroup interface is used to create and access the shared properties in a shared property group.
Remarks
The ISharedPropertyGroup interface is declared in the package com.ms.mtx.
You can access the ISharedPropertyGroup interface by creating a SharedPropertyGroup object with the ISharedPropertyGroupManager.CreatePropertyGroup method.
The ISharedPropertyGroup interface exposes the following methods.
CreateProperty | Creates a new shared property identified by a string expression that's unique within its property group. |
CreatePropertyByPosition | Creates a new shared property identified by a numeric index within its property group. |
getProperty | Returns a reference to a shared property, given the string name by which the property is identified. |
getPropertyByPosition | Returns a reference to a shared property, given its numeric index in the shared property group. |
See Also