[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the group for the given name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public GroupInfo GetGroup( string groupName ) |
Public Function GetGroup ( _ groupName As String _ ) As GroupInfo |
public: GroupInfo^ GetGroup( String^ groupName ) |
Parameters
- groupName
- Type: System..::.String
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 | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if groupName is not a legal group name. |