NBCollectionMessage CreateNameValue Method IBM Integration Bus
Creates a name-value element as the last child of the Collection element of the message collection.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBElement CreateNameValue(
	string name,
	Object value
)

Return Value

Type: NBElement
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.
See Also