PhotoImportStorageMedium.AvailableSpaceInBytes Property

Definition

Gets the available space on the storage medium, in bytes.

public:
 property unsigned long long AvailableSpaceInBytes { unsigned long long get(); };
uint64_t AvailableSpaceInBytes();
public ulong AvailableSpaceInBytes { get; }
var uInt64 = photoImportStorageMedium.availableSpaceInBytes;
Public ReadOnly Property AvailableSpaceInBytes As ULong

Property Value

UInt64

unsigned long long

uint64_t

The available space on the storage medium, in bytes.

Applies to