Users

Description

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.

Syntax

VBScript


group.Users 

Perl


$group->GetUsers(); 
Identifier
Description
group
A Group object, representing one set of users associated with the current schema repository.
Return value
A Users collection object containing the users belonging to this group.