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
Sharing State, SharedPropertyGroupManager Object