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!

ConfigXmlCursor.ReportLine

The friendly line number for reporting errors. The difference from the Line property is that it reports the line on which the first nonwhitespace occurred.

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

See Also

ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace