ScpTask.

ServerName Property

Summary

The server to send the file to.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
ScpTask

Syntax

[TaskAttribute("server", Required = true)]
[StringValidator(AllowEmpty = false)]
public virtual string ServerName { get; set; }

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string