Returns the RootNBElement of the message.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement RootElement { get; }
public NBElement RootElement { get; }
Public ReadOnly Property RootElement As NBElement
Get
Public ReadOnly Property RootElement As NBElement
Get
public:
property NBElement^ RootElement {
NBElement^ get ();
}
public:
property NBElement^ RootElement {
NBElement^ get ();
}
member RootElement : NBElement with get
member RootElement : NBElement with get
Property Value
Type:
NBElementRootElement creates an NBElement, representing the current Root Element.
When a message object is constructed by the broker, a root element is automatically created.