LOTUSSCRIPT/COM/OLE CLASSES


IsNull property
Example

Read-only. Indicates that an object is null (does not have valid content).

Defined in

NotesDOMNode

Data type

Boolean

Syntax

To get: flag = notesDOMNode.IsNull

Legal values

Usage

This property is True when a property or method that returns a NotesDOMNode (or inherited) object cannot do so, for example, FirstChild when there is no first child.

Example