A boolean flag that indicates if the LineNumber property
has been set to the number of the line where the parser error occurred.
Namespace: BrightstarDB.RdfAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public bool HaveLineNumber { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HaveLineNumber As Boolean Get |
| Visual C++ |
|---|
public: property bool HaveLineNumber { bool get (); } |
| F# |
|---|
member HaveLineNumber : bool with get |