.

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


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