Discuss this help topic in SecureBlackbox Forum
This topic is under development.
Declaration
[C#]
int LoginAttemptsLimitL;
[VB.NET]
Property LoginAttemptsLimitL As Integer
[Pascal]
property LoginAttemptsLimitL : integer;
[C++]
int32_t get_LoginAttemptsLimitL();
void set_LoginAttemptsLimitL(int32_t Value);
[PHP]
integer get_LoginAttemptsLimitL()
void set_LoginAttemptsLimitL(integer $Value)
[Java]
int getLoginAttemptsLimitL();
void setLoginAttemptsLimitL(int Value);
Description
Discuss this help topic in SecureBlackbox Forum