AddUser
Description
Adds a user to this group.
Syntax
VBScript
group.AddUser
user
Perl
$group->AddUser
(user);
- Identifier
- Description
- group
- A Group object, representing one set of users associated with the current schema repository.
- user
- The User object corresponding to the user account.
- Return value
- None.