Click or drag to resize

ILogicalDiskInfoSupportsFileBasedCompression Property

Win32_LogicalDisk: SupportsFileBasedCompression: If True, the logical disk partition supports file-based compression, such as is the case with the NTFS file system. This property is False when the Compressed property is True.

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

Property Value

Type: Boolean
true if [supports file based compression]; otherwise, false.
See Also