WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
SetValue Method (value)
NamespacesIBM.Broker.PluginNBElementSetValue(Object)
SUMMARY
The SetValue method assigns the given Object's value to the NBElement and returns the current NBElement (whose value is set).
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement SetValue(
	Object value
)
Public Function SetValue ( _
	value As Object _
) As NBElement
public:
NBElement^ SetValue(
	Object^ value
)
member SetValue : 
        value:Object -> NBElement 
Parameters
value (Object)
The value to set.
Return Value
The current element.
Remarks
If the Object's type is one of the types listed in NBElementValueType that have a direct mapping to a broker type then the value of the element is set to the mapped type. If the type is not one of the mapped types, then ToString() is called on the object and its value is inserted as a string.

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