WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
Element Property (name)
NamespacesIBM.Broker.PluginNBElementElement[([( String])])
SUMMARY
This default property returns the first child NBElement whose Name matches the Name specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement this[
	string name
] { get; }
Public ReadOnly Default Property Element ( _
	name As String _
) As NBElement
	Get
public:
property NBElement^ default[String^ name] {
	NBElement^ get (String^ name);
}
member Element : NBElement
Parameters
name (String)
The name of the element to search for.

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