NAnt SDK Documentation - v0.92

CommandLineOptions.NoLogo Property

Gets or sets a value indicating whether the logo banner should be printed.

[Visual Basic]
<CommandLineArgument(Name:="nologo", ShortName:="null", Description:="Suppresses display of the logo banner", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property NoLogo As Boolean
[C#]
[CommandLineArgument(Name="nologo", ShortName="null", Description="Suppresses display of the logo banner", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool NoLogo {get; set;}

Property Value

true if the logo banner should be printed; otherwise, false. The default is false.

See Also

CommandLineOptions Class | NAnt.Core Namespace