LOTUSSCRIPT/COM/OLE CLASSES
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 square 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.
Language cross-reference
Roles in Java ACL class
Example See Also