LOTUSSCRIPT/COM/OLE CLASSES


Name property
Example

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.

Language cross-reference

Name in Java ACLEntry class

Example
See Also