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




Gets the percentage (0-100) of bytes transferred in the copied file.
Syntax
'Declaration
 
Public ReadOnly Property Percentage As Integer
'Usage
 
Dim instance As CopyResult
Dim value As Integer
 
value = instance.Percentage
public int Percentage {get;}
public: __property int get_Percentage();
public:
property int Percentage {
   int 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