PowerTCP SSH and SFTP for .NET
LengthEx Property




Gets the number of bytes in the file being copied as a float. May be 0 if the size of the file is not known.
Syntax
'Declaration
 
Public ReadOnly Property LengthEx As Single
'Usage
 
Dim instance As CopyResult
Dim value As Single
 
value = instance.LengthEx
public float LengthEx {get;}
public: __property float get_LengthEx();
public:
property float LengthEx {
   float 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