PowerTCP FTP for .NET
Username Property (Proxy)



The username to send to the server proxy.
Syntax
<DefaultValueAttribute("")>
Public Property Username As String
Dim instance As Proxy
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);
}
See Also

Reference

Proxy Class
Proxy Members


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