Gets a value that indicates if the value stored in the DB2XsrObjectId structure is null.
[Visual Basic]
Public ReadOnly Property IsNull As Boolean
[C#]
public bool IsNull {get;}
[C++]
public: __property bool get_IsNull();
[JScript]
public final function get IsNull() : boolean
true if Value is null; otherwise, false.