NAnt SDK Documentation - v0.92 |
|
CvsPass.Password Property
Password to append or update to the .cvspass file.
[Visual Basic]
<TaskAttribute(Name:="password", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Password As
String
[C#]
[TaskAttribute(Name="password", Required=True, ExpandProperties=True, ProcessXml=True)]
public
string Password {get; set;}
See Also
CvsPass Class | NAnt.SourceControl.Tasks Namespace