Returns the collection of users belonging to this group.
This is a read-only property; it can be viewed but not set.
Each element in the returned collection is a User object. To add users to a group, use the AddUser method.
VBScript
group.Users
Perl
$group->GetUsers();