ErrorItem.Line Property

Definition

Gets an integer value indicating which line in the code document the ErrorItem exists.

public:
 property int Line { int get(); };
public:
 property int Line { int get(); };
[System.Runtime.InteropServices.DispId(6)]
public int Line { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.Line : int
Public ReadOnly Property Line As Integer

Property Value

A line number.

Attributes

Applies to