NBElement Children Method (String, String)IBM Integration Bus
The Children method returns all child NBElements of this 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 IEnumerable<NBElement> Children(
	string space,
	string name
)

Return Value

Type: OnlineIEnumerable NBElement 
All children with the given name and namespace.
See Also