Gets the document instance containing this node.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
SyntaxIDocument Document { get; }Property Value
Type: 
IDocumentThe document instance containing this node.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The INode has already been disposed. | 
See Also