IsNull Property

[This is preliminary documentation and subject to change.]

This is the IsNull property of the MsiRecord object. This read-only property returns True if the indicated field is Null and False if the field contains data.

Syntax

object.IsNull(field)

Parts

object
MsiRecord object.
field
Required field number of the value within the record, 1-based.