IXPathResult.ResultType

IXPathResult.ResultType property

A code representing the type of this result, as defined by the http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult[`XPathResultType`](../../xpathresulttype/) enum.

public XPathResultType ResultType { get; }

See Also