PowerTCP SSH and SFTP for .NET
Password Property




The password for basic authentication.
Syntax
'Declaration
 
Public Property Password As String
'Usage
 
Dim instance As LoginData
Dim value As String
 
instance.Password = value
 
value = instance.Password
public string Password {get; set;}
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

LoginData Class
LoginData Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic