The Children method returns all child NBElements of this NBElement with the given Type and Name.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public IEnumerable<NBElement> Children(
int type,
string name
)
public IEnumerable<NBElement> Children(
int type,
string name
)
Public Function Children (
type As Integer,
name As String
) As IEnumerable(Of NBElement)
Public Function Children (
type As Integer,
name As String
) As IEnumerable(Of NBElement)
public:
IEnumerable<NBElement^>^ Children(
int type,
String^ name
)
public:
IEnumerable<NBElement^>^ Children(
int type,
String^ name
)
member Children :
type : int *
name : string -> IEnumerable<NBElement>
member Children :
type : int *
name : string -> IEnumerable<NBElement>
Return Value
Type:
IEnumerable NBElement All children with the given name and namespace.