LOTUSSCRIPT/COM/OLE CLASSES


NamedElement property
Example

Read-only. The named element referenced by an outline entry (or the alias name if available), or an empty string.

Defined in

NotesOutlineEntry

Data type

String

Syntax

To get: element$ = notesOutlineEntry.NamedElement

Usage

Named element links are links to Pages, Forms, Framesets, Views, Folders, or Navigators.

This property applies if the outline entry Type property is OUTLINE_TYPE_NAMEDELEMENT.

Language cross-reference

NamedElement in Java OutlineEntry class

Example
See Also