NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Task.Verbose Property
[This is preliminary documentation and subject to change.]
Determines whether the task should report detailed build log messages. The default is false.
[Visual Basic]
<TaskAttribute(Name:="verbose", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Overridable Public Property Verbose As
Boolean
[C#]
[TaskAttribute(Name="verbose", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public virtual
bool Verbose {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Task.Verbose
See Also
Task Class | NAnt.Core Namespace