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

CommandLineParser.LogoBanner Property

[This is preliminary documentation and subject to change.]

Gets a logo banner using version and copyright attributes defined on the GetEntryAssembly or the GetCallingAssembly.

[Visual Basic]
Overridable Public ReadOnly Property LogoBanner As String
[C#]
public virtual string LogoBanner {get;}

Property Value

A logo banner.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineParser.LogoBanner

See Also

CommandLineParser Class | NAnt.Core.Util Namespace