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

CommandLineOptions.Quiet Property

[This is preliminary documentation and subject to change.]

Gets or sets a value indicating whether only error and debug debug messages should be displayed during the build process.

[Visual Basic]
<CommandLineArgument(Name:="quiet", ShortName:="q", Description:="Displays only error or warning messages during build process", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property Quiet As Boolean
[C#]
[CommandLineArgument(Name="quiet", ShortName="q", Description="Displays only error or warning messages during build process", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool Quiet {get; set;}

Property Value

true if only error or warning messages should be displayed; otherwise, false. The default is false.

Remarks

Missing <remarks> documentation for P:NAnt.Core.CommandLineOptions.Quiet

See Also

CommandLineOptions Class | NAnt.Core Namespace