NBElement CreateLastChild Method (String, String, Object)IBM Integration Bus
The CreateLastChild method creates as the last child a new NBElement with the given Namespace, Name and Value.

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

public NBElement CreateLastChild(
	string space,
	string name,
	Object value
)

Return Value

Type: NBElement
The NBElement which is created.
See Also