Quota.Size Property
Gets the size of the disk quota.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public ulong Size { get; private set; }
public:
property unsigned long long Size {
unsigned long long get();
private: void set(unsigned long long value);
}
Public Property Size As ULong
Get
Private Set
End Property
Property Value
Type: System.UInt64
Returns aUInt64 object that contains the size of the disk quota.
See Also
Quota Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top