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

Get all ACL entries for destinations.

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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or some error occurred.

See Also