Share via


IVsaError.Line Property

Gets the line number on which an error occurs.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property Line As Integer
    Get
int Line { get; }
property int Line {
    int get ();
}
abstract Line : int
function get Line () : int

Property Value

Type: System.Int32
Returns the line number on which the error has occurred.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace