NBElement CreateFirstChild Method (String, String)IBM Integration Bus
The CreateFirstChild method creates as the first child a new NBElement with the given Namespace and Name.

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

public NBElement CreateFirstChild(
	string space,
	string name
)

Return Value

Type: NBElement
The NBElement which is created.
See Also