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!

XmlScanner.CurrentPos

[To be supplied.]

[Visual Basic]
Public Property CurrentPos As Integer
[C#]
public int CurrentPos {get; set;}
[C++]
public: __property int get_CurrentPos();
public: __property void set_CurrentPos(int);
[JScript]
public function get CurrentPos() : int;
public function set CurrentPos(int);

See Also

XmlScanner Class | XmlScanner Members | System.Data.XML Namespace