Gets or sets the username for the FTP connection.
            In the NAnt script, that's set with the username attribute.
            
Namespace: W3CValidationTasksAssembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40
Syntax
| 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); }  |