Click or drag to resize

DiskDriveInfoStatusInfo Property

Win32_DiskDrive: StatusInfo: State of the logical device.

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

Property Value

Type: DriveStatusInfo
The status info.

Implements

IDiskDriveInfoStatusInfo
See Also