NAnt SDK Documentation - v0.92

AbstractCvsTask.Quiet Property

Indicates if the output from the cvs command should be supressed. The default is false.

[Visual Basic]
<TaskAttribute(Name:="quiet", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property Quiet As Boolean
[C#]
[TaskAttribute(Name="quiet", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool Quiet {get; set;}

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace