WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
Children Method (type)
NamespacesIBM.Broker.PluginNBElementChildren(Int32)
SUMMARY
The Children method returns all child NBElements of this NBElement with the given Type.
Declaration Syntax
C#Visual BasicVisual C++F#
public IEnumerable<NBElement> Children(
	int type
)
Public Function Children ( _
	type As Integer _
) As IEnumerable(Of NBElement)
public:
IEnumerable<NBElement^>^ Children(
	int type
)
member Children : 
        type:int -> IEnumerable<NBElement> 
Parameters
type (Int32)
The type of the child.
Return Value
All children of the given type.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0