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