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

CommandLineOptions.NoLogo Property

[This is preliminary documentation and subject to change.]

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

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

Property Value

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

Remarks

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

See Also

CommandLineOptions Class | NAnt.Core Namespace