Click or drag to resize

ILogicalDiskInfoVolumeDirty Property

Win32_LogicalDisk: VolumeDirty: If True, the disk requires ChkDsk to be run at the next restart.

Namespace:  Xcalibur.Models.Hardware.Disk
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
bool VolumeDirty { get; set; }

Property Value

Type: Boolean
true if [volume dirty]; otherwise, false.
See Also