NBMessage RootElement Property IBM Integration Bus
Returns the RootNBElement of the message.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBElement RootElement { get; }

Property Value

Type: NBElement
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.
See Also