PowerTCP FTP for .NET
Username Property (FtpSession)



Gets or sets the username for login.
Syntax
<DefaultValueAttribute("")>
Public Property Username As String
Dim instance As FtpSession
Dim value As String
 
instance.Username = value
 
value = instance.Username
[DefaultValue("")]
public string Username {get; set;}
[DefaultValue("")]
public:
property String^ Username {
   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