NAnt SDK Documentation - v0.85-nightly-2005-11-09

Location.ColumnNumber Property

[This is preliminary documentation and subject to change.]

Gets the column number for the location.

[Visual Basic]
Public ReadOnly Property ColumnNumber As Integer
[C#]
public int ColumnNumber {get;}

Remarks

Columns start a 1. Will be zero if not specified.

See Also

Location Class | NAnt.Core Namespace