Groups
Description
Returns the set of direct subgroups for the current group. The result does not include subgroups of those groups. An empty collection is returned if the group has no subgroups.
Each element in the returned collection is a Group object. To add subgroups to a group, use the AddGroup method.
Syntax
VBScript
group.Groups
Perl
$group->GetGroups
();
- Identifier
- Description
- group
- A Group object, representing one set of users associated with the current schema repository.
- Return value
- A Groups collection object containing the groups belonging to this group.