PhotoImportStorageMedium.CapacityInBytes 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 capacity of the storage media, in bytes.
public:
property unsigned long long CapacityInBytes { unsigned long long get(); };
uint64_t CapacityInBytes();
public ulong CapacityInBytes { get; }
var uInt64 = photoImportStorageMedium.capacityInBytes;
Public ReadOnly Property CapacityInBytes As ULong
Property Value
The capacity of the storage media, in bytes.