DiskQuotaControl.DefaultQuotaThresholdText property

Gets the default quota threshold as a text string.

This property is read-only.

Syntax

DefaultQuotaThresholdText = DiskQuotaControl.DefaultQuotaThresholdText

Property value

A string value that contains the default quota threshold for the volume.

Remarks

The default quota threshold is applied automatically to new users of the volume. If a user's disk usage exceeds this value and the LogQuotaThreshold property is set to TRUE, the system generates an event log entry. For example, if the default threshold is 10.0 MB, the value of the property is "10.0 MB". If the volume has no default threshold, the property is set to "No Limit" or the localized equivalent.

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