Share via


SourceLocation.LineIndex Property

Definition

Gets the 1-based index of the line referred to by this Source Location.

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

Property Value

Remarks

Set property is only accessible for deserialization purposes.

Applies to