Description
Returns the collection of users belonging to this group.
Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie.
Each element in the returned collection is a User object. To
add users to a group, use the AddUser method.
Syntaxe
VBScript
group.Users
Perl
$group->GetUsers();
- Identificateur
- Description
- group
- Objet Group//**, representing one set of users associated
with the current schema repository.
- Valeur de retour
- A Users collection object containing the users belonging
to this group.