AbstractSourceControlTask.

PassFile Property

Summary

The full path to the cached password file. If not specified then the environment variables are used to try and locate the file.

Syntax

[TaskAttribute("passfile")]
public virtual FileInfo PassFile { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo