Gets or sets the FTP host.
            In the NAnt script, that's set with the host attribute.
            
Namespace: W3CValidationTasksAssembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40
Syntax
| C# | 
|---|
public string Host { get; set; }  | 
| Visual Basic | 
|---|
Public Property Host As String Get Set  | 
| Visual C++ | 
|---|
public: property String^ Host { String^ get (); void set (String^ value); }  |