ParseRequest.Line Property

Definition

Specifies the line on which to start the parsing operation.

public:
 property int Line { int get(); void set(int value); };
public:
 property int Line { int get(); void set(int value); };
public int Line { get; set; }
member this.Line : int with get, set
Public Property Line As Integer

Property Value

Returns a number specifying the line number that was passed to the ParseRequest class constructor.

Remarks

This property in combination with the Col property is used to specify an exact character where parsing is to start.

Applies to