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 VolumeDirty As Boolean
Get
Set
property bool VolumeDirty {
bool get ();
void set (bool value);
}
abstract VolumeDirty : bool with get, set
Property Value
Type:
Booleantrue if [volume dirty]; otherwise,
false.
See Also