Gets or sets the username for the FTP connection. In the NAnt script, that's set with the username attribute.

Namespace: W3CValidationTasks
Assembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40

Collapse imageSyntax

C#
public string Username { get; set; }
Visual Basic
Public Property Username As String
	Get
	Set
Visual C++
public:
property String^ Username {
	String^ get ();
	void set (String^ value);
}

Field Value

The username.

Collapse imageSee Also