CvsTask.

CommandName Property

Summary

The cvs command to execute.
Assembly
NAnt.SourceControl.dll
Namespace
NAnt.SourceControl.Tasks
Containing Type
CvsTask

Syntax

[TaskAttribute("command", Required = true)]
public override string CommandName { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string