UserLock API
|
List of TimeQuota. Use the property TimeQuotas of the ProtectedAccount class to get/set such a list. More...
Inherits TranslatedList< T >.
Public Member Functions | |
TimeQuotas (List< TimeQuota > timeQuotas) | |
Used by Ulysse API. | |
override string | ToString () |
Format the list to a string. Useful if the "Get-UserLockProtectedAccount -Property TimeQuotas" cmdlet is called. | |
string | ToString (char SEP, bool bAddFinalSep) |
Converts the current instance to a string. The separator between time quotas is customizable. Useful if the "Get-UserLockProtectedAccount -Property TimeQuotas" cmdlet is called. | |
List of TimeQuota. Use the property TimeQuotas of the ProtectedAccount class to get/set such a list.
TimeQuotas | ( | List< TimeQuota > | timeQuotas | ) |
Used by Ulysse API.
timeQuotas |
override string ToString | ( | ) |
Format the list to a string. Useful if the "Get-UserLockProtectedAccount -Property TimeQuotas" cmdlet is called.
string ToString | ( | char | SEP, |
bool | bAddFinalSep ) |
Converts the current instance to a string. The separator between time quotas is customizable. Useful if the "Get-UserLockProtectedAccount -Property TimeQuotas" cmdlet is called.
SEP | The separator between time quotas. |
bAddFinalSep | if set to true add the separator after the last time quota. |