BackgroundDownloadProgress.TotalBytesToReceive Field
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.
The total number of bytes of data to download. If this number is unknown, this value is set to 0.
public: unsigned long long TotalBytesToReceive;
uint64_t TotalBytesToReceive;
public ulong TotalBytesToReceive;
Public TotalBytesToReceive As ULong