GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.TransferEndedEventArgs Class / Download Property





In This Topic
Download Property
In This Topic
Specifies the type of a transfer operation. The parameter returns true, if the latest transfer was a download, otherwise it returns false, if it was an upload.
Syntax
'Declaration
 
Public ReadOnly Property Download As Boolean
public bool Download {get;}
public read-only property Download: Boolean; 
public function get Download : boolean
public: __property bool get_Download();
public:
property bool Download {
   bool get();
}
See Also