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.
Parent topic:
Group object methods
See also
User Object
"Adding and removing users in a group"
Feedback