OmlParseExceptionLocation.LineEnd Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the number of the line on which a parse error ends.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Property LineEnd As Integer
public int LineEnd { get; set; }
public:
property int LineEnd {
    int get ();
    void set (int value);
}
member LineEnd : int with get, set
function get LineEnd () : int
function set LineEnd (value : int)

Property Value

Type: System.Int32
The line number.

.NET Framework Security

See Also

Reference

OmlParseExceptionLocation Class

Microsoft.SolverFoundation.Common Namespace