NBElement Children Method IBM Integration Bus
The Children method returns all child NBElements of this NBElement.

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

public IEnumerable<NBElement> Children()

Return Value

Type: OnlineIEnumerable NBElement 
All child elements.
See Also