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.Selection

Gets the last XPath expression used in a successful call to the Select method.

[Visual Basic]
Overridable Public ReadOnly Property Selection As String
[C#]
public string Selection {virtual get;}
[C++]
public: __property virtual String* get_Selection();
[JScript]
public function get Selection() : String;

Property Value

An XPath expression.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace