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!

CodeLinePragma.LineNumber

Gets or sets the line number of the file for the current pragma.

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

Property Value

The line number of the file.

See Also

CodeLinePragma Class | CodeLinePragma Members | System.CodeDOM Namespace