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




Gets the size of the file being copied.
Syntax
'Declaration
 
Public ReadOnly Property Length As Long
'Usage
 
Dim instance As CopyResult
Dim value As Long
 
value = instance.Length
public long Length {get;}
public: __property long get_Length();
public:
property int64 Length {
   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