WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
GetNullableBoolean Method
NamespacesIBM.Broker.PluginNBElementGetNullableBoolean()()()()
SUMMARY
The GetNullableBoolean method returns a Nullable<bool> value containing the value of the NBElement.
Declaration Syntax
C#Visual BasicVisual C++F#
public Nullable<bool> GetNullableBoolean()
Public Function GetNullableBoolean As Nullable(Of Boolean)
public:
Nullable<bool> GetNullableBoolean()
member GetNullableBoolean : unit -> Nullable<bool> 
Return Value
The current element's value.
Exceptions
ExceptionCondition
NBRecoverableExceptionThrown if the value of the element is not of type Nullable<bool>.

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