The FirstChild property provides the first child NBElement in the logical (hierarchical) view of the message.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement FirstChild { get; }
public NBElement FirstChild { get; }
Public ReadOnly Property FirstChild As NBElement
Get
Public ReadOnly Property FirstChild As NBElement
Get
public:
property NBElement^ FirstChild {
NBElement^ get ();
}
public:
property NBElement^ FirstChild {
NBElement^ get ();
}
member FirstChild : NBElement with get
member FirstChild : NBElement with get
Property Value
Type:
NBElementThe element representing the first child of this element.