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