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

Project.Verbose Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether tasks should output more build log messages.

[Visual Basic]
Public ReadOnly Property Verbose As Boolean
[C#]
public bool Verbose {get;}

Property Value

true if tasks should output more build log message; otherwise, false.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Project.Verbose

See Also

Project Class | NAnt.Core Namespace