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

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