WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
NextSibling Property
NamespacesIBM.Broker.PluginNBElementNextSibling
SUMMARY
The NextSibling property provides the next sibling NBElement in the logical (hierarchical) view of the message.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement NextSibling { get; }
Public ReadOnly Property NextSibling As NBElement
	Get
public:
property NBElement^ NextSibling {
	NBElement^ get ();
}
member NextSibling : NBElement
Value
The element representing the next sibling (right sibling) of this element.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0