Gets or sets the line number where the source of the error occurs.
[Visual Basic] Public Property Line As Integer [C#] public int Line {get; set;} [C++] public: __property int get_Line(); public: __property void set_Line(int); [JScript] public function get Line() : int; public function set Line(int);
The line number of the source file.
CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace