OmlParseExceptionLocation.ColumnStart 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 begins.

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

Syntax

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

Property Value

Type: System.Int32
The column number.

.NET Framework Security

See Also

Reference

OmlParseExceptionLocation Class

Microsoft.SolverFoundation.Common Namespace