IDiskDriveInfoSize Property |
Win32_DiskDrive: Size: Size of the disk drive. It is calculated by multiplying the
total number of cylinders, tracks in each cylinder, sectors in each track, and bytes
in each sector.
Namespace:
Xcalibur.Models.Hardware.Disk
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax Property Size As Long
Get
Set
property long long Size {
long long get ();
void set (long long value);
}
abstract Size : int64 with get, set
Property Value
Type:
Int64
The size.
See Also