PhotoImportFindItemsResult.TotalSizeInBytes 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 total size of all items found on the source, in bytes.
public:
property unsigned long long TotalSizeInBytes { unsigned long long get(); };
uint64_t TotalSizeInBytes();
public ulong TotalSizeInBytes { get; }
var uInt64 = photoImportFindItemsResult.totalSizeInBytes;
Public ReadOnly Property TotalSizeInBytes As ULong
Property Value
The total size of all items found on the source, in bytes.