Expand Minimize
This topic has not yet been rated - Rate this topic

Win32_VolumeQuotaSetting class

The Win32_VolumeQuotaSetting association WMI class relates disk quota settings with a specific disk volume.

Windows 2000 and Windows NT:  This class is not available.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

class Win32_VolumeQuotaSetting : CIM_ElementSetting
{
  Win32_LogicalDisk   REF Element;
  Win32_QuotaSettings REF Setting;
};

Members

The Win32_VolumeQuotaSetting class has these types of members:

Properties

The Win32_VolumeQuotaSetting class has these properties.

Element
Data type: Win32_LogicalDisk
Access type: Read-only
Qualifiers: Key

Reference to the instance representing the disk volume instance for the associated disk quota settings. This property overrides the Element property inherited from CIM_ElementSetting.

Setting
Data type: Win32_QuotaSettings
Access type: Read-only
Qualifiers: Key

Reference to the instance representing the quota settings instance associated with the referenced logical disk. This property overrides the Setting property inherited from CIM_ElementSetting.

Remarks

The Win32_VolumeQuotaSetting is derived from CIM_ElementSetting.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\root\CIMV2

MOF

Wmipdskq.mof

DLL

Wmipdskq.dll

See also

Operating System Classes

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.