Intersoft ClientUI Documentation
DownloadState Property



Gets the state of the current download progress of this package.
Syntax
Public Property DownloadState As DownloadState
Dim instance As BasePackage
Dim value As DownloadState
 
instance.DownloadState = value
 
value = instance.DownloadState
public DownloadState DownloadState {get; set;}
public:
property DownloadState DownloadState {
   DownloadState get();
   void set (    DownloadState value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BasePackage Class
BasePackage Members

Send Feedback