Quota Constructor (Boolean, UInt64)
Creates and initializes a new instance of the Quota class, and configures the quota.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public Quota(
bool enabled,
ulong size
)
public:
Quota(
bool enabled,
unsigned long long size
)
Public Sub New (
enabled As Boolean,
size As ULong
)
Parameters
enabled
Type: System.BooleanSpecifies whether a quota is enabled.
size
Type: System.UInt64Specifies the size of the quota.
See Also
Quota Overload
Quota Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top