IResultInfo.BatchStartingLine Property

Definition

Gets the starting line of the batch.

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

Property Value

An Int32 value specifying the first line number of the batch to be executed in the editor, or 0 if the text did not come from the editor.

Applies to