PowerTCP SSH and SFTP for .NET
BytesCopied Property




Gets the total number of bytes transferred for the entire copy operation.
Syntax
'Declaration
 
Public ReadOnly Property BytesCopied As Long
'Usage
 
Dim instance As ListProgress
Dim value As Long
 
value = instance.BytesCopied
public long BytesCopied {get;}
public: __property long get_BytesCopied();
public:
property int64 BytesCopied {
   int64 get();
}
See Also

Reference

ListProgress Class
ListProgress Members


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