OfflineMapPackage.EstimatedSizeInBytes 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 estimated size in bytes of the offline map package.
public:
property unsigned long long EstimatedSizeInBytes { unsigned long long get(); };
uint64_t EstimatedSizeInBytes();
public ulong EstimatedSizeInBytes { get; }
var uInt64 = offlineMapPackage.estimatedSizeInBytes;
Public ReadOnly Property EstimatedSizeInBytes As ULong
Property Value
The estimated size in bytes of the offline map package.