WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ValueIsNull Property
NamespacesIBM.Broker.PluginNBElementValueIsNull
SUMMARY
The ValueIsNull property indicates whether the NBElement's value is specified to be Null (outside the standard value space for its data type).
Declaration Syntax
C#Visual BasicVisual C++F#
public bool ValueIsNull { get; }
Public ReadOnly Property ValueIsNull As Boolean
	Get
public:
property bool ValueIsNull {
	bool get ();
}
member ValueIsNull : bool
Value
ValueIsNull returns true if the value of the element is NULL.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0