IsNull (NotesDOMNode - LotusScript®)
Read-only. Indicates that an object is null (does not have valid content).
Defined in
Data type
Boolean
Syntax
To get: flag = notesDOMNode .IsNull
Legal values
- True indicates that the object is null.
- False indicates that the object has valid content.
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.