[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get all permissions on destinations for specified group.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public ACLEntry[] GetGroupACLEntries( string groupName ) |
Public Function GetGroupACLEntries ( _ groupName As String _ ) As ACLEntry() |
public: array<ACLEntry^>^ GetGroupACLEntries( String^ groupName ) |
Parameters
- groupName
- Type: System..::.String
the name of the group.
Return Value
array of ACLEntry objects for the specified group.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if groupName is not a legal group name. |