ISharedPropertyGroupManager.getGroup Method
Returns a reference to an existing shared property group.
Provided By
ISharedPropertyGroupManager Interface
ISharedPropertyGroup getGroup ( String name, );
Parameters
name
[in] The name of the shared property group to retrieve.
Return Value
A reference to the shared property group specified in the name parameter, or null
if the property group doesn't exist.
See Also
Sharing State, ISharedPropertyGroupManager Interface