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