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

Property Value

Type: NBElement
The element representing the parent of this element.
See Also