NAnt SDK Documentation - v0.92

AbstractSourceControlTask.Password Property

NOTE: This property is now obsolete.

Use <cvs-pass> task instead.


The password for logging in to the repository.

[Visual Basic]
<Obsolete(Message:="Use <cvs-pass> task instead.", IsError:=True), _  TaskAttribute(Name:="password", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property Password As String
[C#]
[Obsolete(Message="Use <cvs-pass> task instead.", IsError=True)]
[TaskAttribute(Name="password", Required=False, ExpandProperties=True, ProcessXml=True)]
public virtual string Password {get; set;}

Property Value

The password for logging in to the repository.

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace