.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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