Share via


AppInstallStatus.DownloadSizeInBytes Property

Definition

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

UInt64

unsigned long long

uint64_t

The download size in bytes for the current app.

Windows requirements

App capabilities
runFullTrust

Applies to