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