Click or drag to resize

LogicalDiskInfoStatusInfo Property

Win32_LogicalDisk: 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

ILogicalDiskInfoStatusInfo
See Also