NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CommandLineOptions.IndentationLevel Property
[This is preliminary documentation and subject to change.]
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
.
Remarks
Missing <remarks> documentation for P:NAnt.Core.CommandLineOptions.IndentationLevel
See Also
CommandLineOptions Class | NAnt.Core Namespace