INodeNextSibling Property  | 
 
                Gets the next sibling node in the document tree.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
SyntaxINode NextSibling { get; }Property Value
Type: 
INodeThe next sibling node in the document tree if it exists, otherwise returns 
null.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The INode has already been disposed. | 
See Also