Name (NotesACLEntry - LotusScript®)

Read-write. The name of an entry.

Defined in

NotesACLEntry

Data type

String

Syntax

To get: name$ = notesACLEntry .Name

To set: notesACLEntry .Name = name$

Usage

If you change the name of an entry, the other attributes of the entry (such as Level) are preserved.

If you specify Nothing, this method will generate an error.

Example