Position.Line Property

Definition

Gets or sets the line number.

public:
 property int Line { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(Name="line")]
public int Line { get; set; }
[<System.Runtime.Serialization.DataMember(Name="line")>]
member this.Line : int with get, set
Public Property Line As Integer

Property Value

Attributes

Applies to