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.

Remarque : Cette méthode est disponible depuis la version 7.0.1.

Syntaxe

VBScript

group.Groups 

Perl

$group->GetGroups(); 
Identificateur
Description
group
Objet Group//**, representing one set of users associated with the current schema repository.
Valeur de retour
A Groups collection object containing the groups belonging to this group.

Commentaires