Partager via


QuotaInfo.Enabled Property

 

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

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

Syntax

[DataMemberAttribute]
public bool Enabled { get; set; }
public:
[DataMemberAttribute]
property bool Enabled {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property Enabled As Boolean

Property Value

Type: System.Boolean

true if quotas are enabled; otherwise, false.

See Also

QuotaInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top