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

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