[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get all ACL entries for destinations.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public ACLEntry[] ACLEntries { get; } |
Public ReadOnly Property ACLEntries As ACLEntry() |
public: property array<ACLEntry^>^ ACLEntries { array<ACLEntry^>^ get (); } |
Return Value
all ACL entries for destinations known to the server
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some error occurred. |