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