AddUser

Description

Adds a user to this group.

Syntaxe

VBScript

group.AddUser user 

Perl

$group->AddUser(user); 
Identificateur
Description
group
A Group object, representing one set of users associated with the current schema repository.
utilisateur
The User object corresponding to the user account.
Valeur renvoyée
Aucune.

Commentaires en retour