LinePragmaCodeInfo.StartLine Property

Definition

Gets the starting line of a script block in an .aspx file.

public:
 property int StartLine { int get(); };
public int StartLine { get; }
member this.StartLine : int
Public ReadOnly Property StartLine As Integer

Property Value

The starting line of a script block in an .aspx file.

Applies to

See also