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

AbstractCvsTask.Quiet Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractCvsTask.Quiet

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace