AppInstallStatus.DownloadSizeInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the download size in bytes for the current app.
public:
property unsigned long long DownloadSizeInBytes { unsigned long long get(); };
uint64_t DownloadSizeInBytes();
public ulong DownloadSizeInBytes { get; }
var uInt64 = appInstallStatus.downloadSizeInBytes;
Public ReadOnly Property DownloadSizeInBytes As ULong
Property Value
The download size in bytes for the current app.
Windows requirements
App capabilities |
runFullTrust
|