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 | |
---|---|---|
QuotaInfo() | Creates a new instance of the QuotaInfo object. |
Properties
Name | Description | |
---|---|---|
Enabled | Gets and sets a value that determines if quotas are enabled. |
|
Size | Gets or sets the size of the quota. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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