NAnt SDK Documentation - v0.85-nightly-2005-11-09

AbstractCvsTask.IsModuleNeeded Property

[This is preliminary documentation and subject to change.]

Specify if the module is needed for this cvs command. It is only needed if there is no module information on the local file system.

[Visual Basic]
Overridable Protected ReadOnly Property IsModuleNeeded As Boolean
[C#]
protected virtual bool IsModuleNeeded {get;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractCvsTask.IsModuleNeeded

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace