AbstractSourceControlTask.

Password Property

Summary

The password for logging in to the repository.

Syntax

[TaskAttribute("password", Required = false)]
[Obsolete("Use <cvs-pass> task instead.", true)]
public virtual string Password { get; set; }

Attributes

Type Description
TaskAttributeAttribute 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.