NBElement GetNullableBoolean Method IBM Integration Bus
The GetNullableBoolean method returns a Nullable<bool> value containing the value of the NBElement.

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

public Nullable<bool> GetNullableBoolean()

Return Value

Type: OnlineNullable OnlineBoolean 
The current element's value.
Exceptions

ExceptionCondition
IBM.Broker.Plugin NBRecoverableExceptionThrown if the value of the element is not of type Nullable<bool>.
See Also