[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Remove the user for the given userName from the group for the given groupName.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if groupName or userName are not legal names. |