Gets or sets the password of the FTP connection.

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

Collapse imageSyntax

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);
}

Collapse imageSee Also