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

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