Determines if this XmlNavigator currently has a selection set.
[Visual Basic] Overridable Public ReadOnly Property HasSelection As Boolean [C#] public bool HasSelection {virtual get;} [C++] public: __property virtual bool get_HasSelection(); [JScript] public function get HasSelection() : Boolean;
true if XmlNavigator has a selection set; false if there are no selected nodes.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace