IXPathResultResultType 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 enum.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxXPathResultType ResultType { get; }
ReadOnly Property ResultType As XPathResultType
Get
property XPathResultType ResultType {
XPathResultType get ();
}
abstract ResultType : XPathResultType with get
Property Value
Type:
XPathResultType
See Also