Specifies the quota period for a group
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
| C# |
|---|
public enum QuotaPeriod |
| Visual Basic (Declaration) |
|---|
Public Enumeration QuotaPeriod |
| Visual C++ |
|---|
public enum class QuotaPeriod |
Members
| Member name | Description | |
|---|---|---|
| None |
No period
| |
| Day |
Day
| |
| Week |
Week
| |
| Month |
Month
| |
| AllTime |
All time
|