NBElement Children Method (Int32)IBM Integration Bus
The Children method returns all child NBElements of this NBElement with the given Type.

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

public IEnumerable<NBElement> Children(
	int type
)

Return Value

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