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