Summary
Gets or sets the indendation level of the build output.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public int IndentationLevel { get; }
Remarks
To change the
NAnt.Core.Project.IndentationLevel
, the NAnt.Core.Project.Indent
and NAnt.Core.Project.Unindent
methods should be used.
Value
Type | Description |
---|---|
int | The indentation level of the build output. |