AbstractCvsTask.

Module Property

Summary

The module to perform an operation on.

Syntax

[TaskAttribute("module", Required = false)]
[StringValidator(AllowEmpty = true)]
public virtual string Module { get; set; }

Examples

In NAnt the module name would be:

nant

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
StringValidatorAttribute Used to indicate whether a string property should allow an empty string value or not.

Value

Type Description
string The module to perform an operation on. This is a normal file/folder name without path information.