AddUser

Description

Adds a user to this group.

Syntaxe

VBScript

group.AddUser user 

Perl

$group->AddUser(user); 
Identificateur
Description
group
Objet Group//**, representing one set of users associated with the current schema repository.
user
The User object corresponding to the user account.
Return value
Aucune.

Commentaires