[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get all permission entries.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public Object[] Permissions { get; } |
Public ReadOnly Property Permissions As Object() |
public: property array<Object^>^ Permissions { array<Object^>^ get (); } |
Return Value
all ACL entries known to the server. Array elements are ACLEntry and AdminACLEntry objects.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |