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

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