The line number in the input stream where the parser error occurred

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public int LineNumber { get; }
Visual Basic
Public ReadOnly Property LineNumber As Integer
	Get
Visual C++
public:
property int LineNumber {
	int get ();
}
F#
member LineNumber : int with get

Property Value

Type: Int32

See Also