Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Returns a reference to an existing shared property group.
Applies To
ISharedPropertyGroupManager Interface
Syntax
Set propertygroup = sharedpropertygroupmanager.Group(name)
Parameters
propertygroup
An object variable that evaluates to a SharedPropertyGroup object.
sharedpropertygroupmanager
An object variable that represents the SharedPropertyGroupManager for the current process.
name
A string expression that contains the name of the shared property group to retrieve.
See Also