PowerTCP FTP for .NET
Password Property (FtpSession)



Gets or sets the password to use for login.
Syntax
<DefaultValueAttribute("")>
Public Property Password As String
Dim instance As FtpSession
Dim value As String
 
instance.Password = value
 
value = instance.Password
[DefaultValue("")]
public string Password {get; set;}
[DefaultValue("")]
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}
Remarks
Used by Authenticate.
See Also

Reference

FtpSession Class
FtpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic