NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CvsTask.CommandName Property
[This is preliminary documentation and subject to change.]
The cvs command to execute.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="command", ExpandProperties:=True, ProcessXml:=True)>
Overrides Public Property CommandName As
String
[C#]
[TaskAttribute(Required=True, Name="command", ExpandProperties=True, ProcessXml=True)]
public override
string CommandName {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.CvsTask.CommandName
See Also
CvsTask Class | NAnt.SourceControl.Tasks Namespace