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

Get all permission entries.

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

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

See Also