PhotoImportImportItemsResult.TotalSizeInBytes Property

Definition

Gets the total size of the all imported items, in bytes.

public:
 property unsigned long long TotalSizeInBytes { unsigned long long get(); };
uint64_t TotalSizeInBytes();
public ulong TotalSizeInBytes { get; }
var uInt64 = photoImportImportItemsResult.totalSizeInBytes;
Public ReadOnly Property TotalSizeInBytes As ULong

Property Value

UInt64

unsigned long long

uint64_t

The total size of the all imported items, in bytes.

Applies to