PowerTCP FTP for .NET
Count Property (CopyResult)



Gets the total number of bytes copied. Will be less than Position when appending to an existing file.
Syntax
Public ReadOnly Property Count As Long
Dim instance As CopyResult
Dim value As Long
 
value = instance.Count
public long Count {get;}
public:
property int64 Count {
   int64 get();
}
See Also

Reference

CopyResult Class
CopyResult Members


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