NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AbstractCvsTask.Module Property
[This is preliminary documentation and subject to change.]
The module to perform an operation on.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="module", ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null")>
Overridable Public Property Module As
String
[C#]
[TaskAttribute(Required=False, Name="module", 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.
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractCvsTask.Module
Example
In NAnt the module name would be:
nant
See Also
AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace