NBElementInputRecord Element Property IBM Integration Bus
Call this method to get the root element for this record.

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

public virtual NBElement Element { get; }

Property Value

Type: NBElement
The root element of the message tree for this record.
Remarks

Use the root element to build the message tree for this record.
See Also