WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
RootElement Property
NamespacesIBM.Broker.PluginNBMessageRootElement
SUMMARY
Returns the RootNBElement of the message.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement RootElement { get; }
Public ReadOnly Property RootElement As NBElement
	Get
public:
property NBElement^ RootElement {
	NBElement^ get ();
}
member RootElement : NBElement
Value
RootElement creates an NBElement, representing the current Root Element.
Remarks
When a message object is constructed by the broker, a root element is automatically created.

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