Summary
The module to perform an operation on.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- AbstractCvsTask
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 |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
String |
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. |