Dart.Ssh Namespace > ProgressEventArgs Class : Item Property |
'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(); }