[TIBCO.EMS .NET Admin client library 8.1 documentation]

Remove the user for the given userName from the group for the given groupName.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void RemoveUserFromGroup(
	string groupName,
	string userName
)
Public Sub RemoveUserFromGroup ( _
	groupName As String, _
	userName As String _
)
public:
void RemoveUserFromGroup(
	String^ groupName, 
	String^ userName
)

Parameters

groupName
Type: System..::.String
The group that the user will be removed from.
userName
Type: System..::.String
The user to be removed.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if groupName or userName are not legal names.

See Also