PowerTCP FTP for .NET
Account Property



Account to use for authentication. Not normally used.
Syntax
<DefaultValueAttribute("")>
Public Property Account As String
Dim instance As FtpSession
Dim value As String
 
instance.Account = value
 
value = instance.Account
[DefaultValue("")]
public string Account {get; set;}
[DefaultValue("")]
public:
property String^ Account {
   String^ get();
   void set (    String^ value);
}
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