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

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