TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.AddUserToGroup Method 

Add the user for the given userName to the group for the given groupName.

public void AddUserToGroup(
   string groupName,
   string userName
);

Parameters

groupName
The group that the user will be added to.
userName
The user to be added.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if the names of the group or the user are not legal.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace