Quota.Enabled Property
Verifies whether a disk quota is enabled on the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool Enabled { get; private set; }
public:
property bool Enabled {
bool get();
private: void set(bool value);
}
Public Property Enabled As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
true if a disk quota is enabled; otherwise, false.
See Also
Quota Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top