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

Get the group for the given name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if groupName is not a legal group name.

See Also