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.Column

Gets or sets the column number where the source of the error occurs.

[Visual Basic]
Public Property Column As Integer
[C#]
public int Column {get; set;}
[C++]
public: __property int get_Column();
public: __property void set_Column(int);
[JScript]
public function get Column() : int;
public function set Column(int);

Property Value

The column number of the source file.

See Also

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