IXPathResultNode Property  | 
 
                Gets the DOM node returned as the result of evaluation.
            
 
    Namespace: 
   DotNetBrowser.Dom.XPath
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
SyntaxProperty Value
Type: 
INode
                The DOM node returned as the result of evaluation.
                If evaluation result type is not first ordered or
                any unordered node, then returns null.
            
See Also