Description
Returns a collection of
groups to which the user belongs.
Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie.
Each element
of the returned collection is a Group object. To add users to a group, use
the AddUser method of the Group object.
Syntaxe
VBScript
user.Groups
Perl
$user->GetGroups();
- Identificateur
- Description
- user
- Objet User.
- Return value
- A Groups collection object containing the groups to which
this user belongs.