NBElement ValueIsNull Property IBM Integration Bus
The ValueIsNull property indicates whether the NBElement's value is specified to be Null (outside the standard value space for its data type).

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public bool ValueIsNull { get; }

Property Value

Type: OnlineBoolean
ValueIsNull returns true if the value of the element is NULL.
See Also