XPathNavigator::IsNode Property

 

Gets a value indicating if the current node represents an XPath node.

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

public:
property bool IsNode {
	virtual bool get() override sealed;
}

Property Value

Type: System::Boolean

Always returns true.

.NET Framework
Available since 2.0
Silverlight
Available since 4.0
Return to top
Show: