PhotoImportStorageMedium.AvailableSpaceInBytes 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 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
The available space on the storage medium, in bytes.