LOTUSSCRIPT/COM/OLE CLASSES

LocalName property
Example

Read-only. The local part of the qualified name of this node.

Defined in

NotesDOMNode

Data type

String

Syntax

To get: localName$ = notesDOMNode.LocalName

Usage

Refer to http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010605/glossary.html#dt-qualifiedname for information about qualified names.

Example