NAnt SDK Documentation - v0.92

Project.IndentationLevel Property

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