WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
Element Property (space, name, index)
NamespacesIBM.Broker.PluginNBElementElement[([( String, String, Int32])])
SUMMARY
This default property returns the child NBElement whose Namespace, Name and Index match the Namespace, Name and Index specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement this[
	string space,
	string name,
	int index
] { get; }
Public ReadOnly Default Property Element ( _
	space As String, _
	name As String, _
	index As Integer _
) As NBElement
	Get
public:
property NBElement^ default[String^ space, String^ name, int index] {
	NBElement^ get (String^ space, String^ name, int index);
}
member Element : NBElement
Parameters
space (String)
The namespace of the element to search for.
name (String)
The name of the element to search for.
index (Int32)
The index of the element being searched.
Remarks

The index parameter requests that the n'th element with the matching Namespace and Name is returned, where n is the value of the index.

If index is positive, the search is done forwards, starting with the FirstChild of this element.

If index is negative, the search is done backwards, starting with the LastChild of this element.

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