Click or drag to resize

LogicalDiskInfoDriveType Property

Win32_LogicalDisk: DriveType: Numeric value that corresponds to the type of disk drive this logical disk represents.

Namespace:  Xcalibur.Models.Hardware.Disk
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public DriveTypes DriveType { get; set; }

Property Value

Type: DriveTypes
The type of the drive.

Implements

ILogicalDiskInfoDriveType
See Also