NAnt SDK Documentation - v0.92 |
|
CommandLineOptions.IndentationLevel Property
Gets or sets the indentation level of the build output.
[Visual Basic]
<CommandLineArgument(Name:="indent", ShortName:="null", Description:="Indentation level of build output", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property IndentationLevel As
Integer
[C#]
[CommandLineArgument(Name="indent", ShortName="null", Description="Indentation level of build output", Type=CommandLineArgumentTypes.AtMostOnce)]
public
int IndentationLevel {get; set;}
Property Value
The indentation level of the build output. The default is 0
.
See Also
CommandLineOptions Class | NAnt.Core Namespace