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

Project.IndentationLevel Property

[This is preliminary documentation and subject to change.]

Gets or sets the indendation level of the build output.

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

Property Value

The indentation level of the build output.

Remarks

To change the IndentationLevel, the Indent and Unindent methods should be used.

See Also

Project Class | NAnt.Core Namespace