AbstractCvsTask.

ReallyQuiet Property

Summary

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

Syntax

[TaskAttribute("reallyquiet", Required = false)]
[BooleanValidator()]
public bool ReallyQuiet { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
BooleanValidatorAttribute Used to indicate that a property should be able to be converted into a bool.

Value

Type Description
bool