DiskQuotaControl.QuotaState property

Sets or gets the state of the volume's disk quotas.

This property is read/write.

Syntax

iQuotaState = DiskQuotaControl.QuotaState
DiskQuotaControl.QuotaState = iQuotaState

Property value

This property can be set to one of the following values.

State Value Description
dqStateDisable 0 Disk quotas are disabled.
dqStateTrack 1 Disk quotas are disabled.
dqStateEnforce 2 Enforce quota limit.

 

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
DLL
Shell32.dll (version 5.0 or later)

See also

DiskQuotaControl Object