PowerTCP SSH and SFTP for .NET
Item Property




Gets progress for the current file or directory in the copy operation.
Syntax
'Declaration
 
Public ReadOnly Property Item As CopyResult
'Usage
 
Dim instance As ProgressEventArgs
Dim value As CopyResult
 
value = instance.Item
public CopyResult Item {get;}
public: __property CopyResult* get_Item();
public:
property CopyResult^ Item {
   CopyResult^ get();
}
See Also

Reference

ProgressEventArgs Class
ProgressEventArgs Members


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