NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNavigator.HasSelection

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;

Property Value

true if XmlNavigator has a selection set; false if there are no selected nodes.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace