NBElement PreviousSibling Property IBM Integration Bus
The PreviousSibling property provides the previous sibling NBElement in the logical (hierarchical) view of the message.

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

public NBElement PreviousSibling { get; }

Property Value

Type: NBElement
The element representing the previous sibling (left sibling) of this element.
See Also