NAnt SDK Documentation - v0.85-nightly-2005-11-09

AbstractCvsTask.Ssh Property

[This is preliminary documentation and subject to change.]

The executable to use for ssh communication.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="cvsrsh", ExpandProperties:=True, ProcessXml:=True)>
Overrides Public Property Ssh As FileInfo
[C#]
[TaskAttribute(Required=False, Name="cvsrsh", ExpandProperties=True, ProcessXml=True)]
public override System.IO.FileInfo Ssh {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractCvsTask.Ssh

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace