NAnt SDK Documentation - v0.92

AbstractCvsTask.Module Property

The module to perform an operation on.

[Visual Basic]
<TaskAttribute(Name:="module", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null")>
Overridable Public Property Module As String
[C#]
[TaskAttribute(Name="module", Required=False, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
public virtual string Module {get; set;}

Property Value

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

Example

In NAnt the module name would be:

nant

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace