AbstractSourceControlTask.

Ssh Property

Summary

The executable to use for ssh communication.

Syntax

[TaskAttribute("ssh", Required = false)]
public virtual FileInfo Ssh { get; set; }

Attributes

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

Value

Type Description
FileInfo