The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XPathResult::ResultType Property
.NET Framework (current version)
Returns the type of the value returned by the XPath query.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Xml.XPath::XPathResultTypeOne of the enumeration values. To get the actual result, use the corresponding method. For example, if the value is Number, use the GetResultAsNumber method.
.NET Framework
Available since 4.0
Available since 4.0
Show: