Click or drag to resize

LogicalDiskInfoSupportsDiskQuotas Property

Win32_LogicalDisk: SupportsDiskQuotas: If True, this volume supports disk quotas.

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 SupportsDiskQuotas { get; set; }

Property Value

Type: Boolean
true if [supports disk quotas]; otherwise, false.

Implements

ILogicalDiskInfoSupportsDiskQuotas
See Also