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!

CompilerError.Line

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);

Property Value

The line number of the source file.

See Also

CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace