QuotaInfo.Size Property
Gets or sets the size of the quota.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public ulong Size { get; set; }
public:
[DataMemberAttribute]
property unsigned long long Size {
unsigned long long get();
void set(unsigned long long value);
}
<DataMemberAttribute>
Public Property Size As ULong
Property Value
Type: System.UInt64
The size of the quota.
See Also
QuotaInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top