Gets or sets the username of the FTP connection.

Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.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);
}

Collapse imageSee Also