NBElement Children Method (String)IBM Integration Bus
The Children method returns all child NBElements of this NBElement with the given 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 name
)

Return Value

Type: OnlineIEnumerable NBElement 
All children of the given name.
See Also