Discuss this help topic in SecureBlackbox Forum
Specifies unused space on a device in bytes.
Declaration
[C#]
long UnusedBytesOnDevice;
[VB.NET]
Property UnusedBytesOnDevice As Long
[Pascal]
property UnusedBytesOnDevice: Int64;
[C++]
int64_t get_UnusedBytesOnDevice();
void set_UnusedBytesOnDevice(int64_t Value);
[PHP]
integer get_UnusedBytesOnDevice()
void set_UnusedBytesOnDevice(integer $Value)
[Java]
long getUnusedBytesOnDevice();
void setUnusedBytesOnDevice(long Value);
Description
Use this property to obtain the unused space on a device.
Discuss this help topic in SecureBlackbox Forum