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