Call this method to get the root element for this record.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual NBElement Element { get; }
public virtual NBElement Element { get; }
Public Overridable ReadOnly Property Element As NBElement
Get
Public Overridable ReadOnly Property Element As NBElement
Get
public:
virtual property NBElement^ Element {
NBElement^ get ();
}
public:
virtual property NBElement^ Element {
NBElement^ get ();
}
abstract Element : NBElement with get
override Element : NBElement with get
abstract Element : NBElement with get
override Element : NBElement with get
Property Value
Type:
NBElementThe root element of the message tree for this record.
Use the root element to build the message tree for this record.