NBElement.NextSibling Property
NBElement NextSibling Property IBM Integration Bus
The NextSibling property provides the next 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 NextSibling { get; }

Property Value

Type: NBElement
The element representing the next sibling (right sibling) of this element.
See Also