WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateNameValue Method (name, value)
NamespacesIBM.Broker.PluginNBCollectionMessageCreateNameValue(String, Object)
SUMMARY
Creates a name-value element as the last child of the Collection element of the message collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateNameValue(
	string name,
	Object value
)
Public Function CreateNameValue ( _
	name As String, _
	value As Object _
) As NBElement
public:
NBElement^ CreateNameValue(
	String^ name, 
	Object^ value
)
member CreateNameValue : 
        name:string * 
        value:Object -> NBElement 
Parameters
name (String)
The name of the element to be created.
value (Object)
The value of the element to be created.
Return Value
The created name value element.
Remarks
The element will be named using the String passed as the name argument. The value of the element will be the value argument to this method.

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