get_ReturnType()

XPathExpression::get_ReturnType() method

When overridden in a derived class, gets the result type of the XPath expression.

virtual XPathResultType System::Xml::XPath::XPathExpression::get_ReturnType()=0

Return Value

An XPathResultType value representing the result type of the XPath expression.

See Also