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!

XmlTextReader.LineNumber

Gets the current line number.

[Visual Basic]
Public ReadOnly Property LineNumber As Integer
[C#]
public int LineNumber {get;}
[C++]
public: __property int get_LineNumber();
[JScript]
public function get LineNumber() : int;

Property Value

The current line number.

Remarks

This is mostly used for error reporting, but can be called any time.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace