OmlParseExceptionLocation.ColumnEnd 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 column in which a parse error ends.

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

Syntax

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

Property Value

Type: System.Int32
The column number..

.NET Framework Security

See Also

Reference

OmlParseExceptionLocation Class

Microsoft.SolverFoundation.Common Namespace