Share via


QuotaInfo Class

 

Contains information about the quota.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.QuotaInfo

Syntax

[DataContractAttribute]
public class QuotaInfo
[DataContractAttribute]
public ref class QuotaInfo 
<DataContractAttribute>
Public Class QuotaInfo

Constructors

Name Description
System_CAPS_pubmethod QuotaInfo()

Creates a new instance of the QuotaInfo object.

Properties

Name Description
System_CAPS_pubproperty Enabled

Gets and sets a value that determines if quotas are enabled.

System_CAPS_pubproperty Size

Gets or sets the size of the quota.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top