Share via


AppInstallStatus.BytesDownloaded Property

Definition

Overloads

BytesDownloaded

Gets the number of bytes that have been downloaded for the current app.

BytesDownloaded

Gets the number of bytes that have been downloaded for the current app.

public:
 property unsigned long long BytesDownloaded { unsigned long long get(); };
uint64_t BytesDownloaded();
public ulong BytesDownloaded { get; }
var uInt64 = appInstallStatus.bytesDownloaded;
Public ReadOnly Property BytesDownloaded As ULong

Property Value

UInt64

unsigned long long

uint64_t

The number of bytes that have been downloaded for the current app.

Windows requirements

App capabilities
runFullTrust

Applies to