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)>
[CommandLineArgument(Name="quiet", ShortName="q", Description="Displays only error or warning messages during build process", Type=CommandLineArgumentTypes.AtMostOnce)]