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




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