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