The LastChild property provides the last 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 LastChild { get; }
public NBElement LastChild { get; }
Public ReadOnly Property LastChild As NBElement
Get
Public ReadOnly Property LastChild As NBElement
Get
public:
property NBElement^ LastChild {
NBElement^ get ();
}
public:
property NBElement^ LastChild {
NBElement^ get ();
}
member LastChild : NBElement with get
member LastChild : NBElement with get
Property Value
Type:
NBElementThe element representing the last child of this element.