LOTUSSCRIPT/COM/OLE CLASSES


Level property
Example

Read-write. The access level this entry has for this database.

Defined in

NotesACLEntry

Data type

Constant of type integer

Syntax

To get: level% = notesACLEntry.Level

To set: notesACLEntry.Level = level%

Legal values


Note These values are also used with the CreateACLEntry method and InternetLevel property in the NotesACL class, and the CurrentAccessLevel property, GrantAccess method, and QueryAccess method in the NotesDatabase class.

Language cross-reference

Level in Java ACLEntry class

Example
See Also