Roles (NotesACL - LotusScript®)

Read-only. All the roles defined in an access control list.

Defined in

NotesACL

Data type

Array of strings

Syntax

To get: stringArray = notesACL .Roles

Usage

Each element in the array is the name of a role. Each role name is surrounded by brackets, for example, "[Supervisor]."

Notes® Release 2 "privileges" are surrounded by parentheses. Properties and methods affecting roles, such as DisableRole and EnableRole, do not work on privileges.

Example