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