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

Property Value

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