TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetGroup Method 

Get the group for the given name.

public GroupInfo GetGroup(
   string groupName
);

Parameters

groupName
The name of the group to retrieve.

Return Value

the GroupInfo for the given name or null if the name is not found.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if groupName is not a legal group name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace