PowerTCP SSH and SFTP for .NET
Count Property (CopyResult)




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

Reference

CopyResult Class
CopyResult Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic