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;
ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace