The current user password.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
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); } |