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.
utilisateur
The User object corresponding to the user account.
Valeur renvoyée
Aucune.

Feedback