Dart.Ftp Namespace > ProgressEventArgs Class : Item Property |
Public ReadOnly Property Item As CopyResult
Dim instance As ProgressEventArgs Dim value As CopyResult value = instance.Item
public CopyResult Item {get;}
public: property CopyResult^ Item { CopyResult^ get(); }