Gets the state of the current download progress of this package.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DownloadState As DownloadState |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BasePackage
Dim value As DownloadState
instance.DownloadState = value
value = instance.DownloadState |
Managed Extensions for C++ | |
---|
public: __property DownloadState get_DownloadState();
public: __property void set_DownloadState(
DownloadState value
); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also