Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property XPathResultType ResultType {
	XPathResultType get();
}

Property Value

Type: System.Xml.XPath::XPathResultType

XPathResultType

One 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
Return to top
Show:
© 2017 Microsoft