WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
SetValue Method (value)
NamespacesIBM.Broker.PluginNBElementSetValue(Nullable<(Of <<'(Single>)>>))
SUMMARY
The SetValue method assigns the given Nullable<Single> value to the NBElement and returns the current NBElement (whose value is set).
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement SetValue(
	Nullable<float> value
)
Public Function SetValue ( _
	value As Nullable(Of Single) _
) As NBElement
public:
NBElement^ SetValue(
	Nullable<float> value
)
member SetValue : 
        value:Nullable<float32> -> NBElement 
Parameters
value (Nullable<(Of <(<'Single>)>)>)
The value to set.
Return Value
The current element.

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