Summary
The password for logging in to the repository.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- Abstract
Source Control Task
Syntax
[TaskAttribute("password", Required = false)]
[Obsolete("Use <cvs-pass> task instead.", true)]
public virtual string Password { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
ObsoleteAttribute |
Value
Type | Description |
---|---|
string | The password for logging in to the repository. |