LoginFailureLockoutCount property

Sets or returns the number of failed login attempts that can occur before an account is locked out. When the number of failed login attempts equals the value of this property, the account it locked out.

Syntax


C++

HRESULT get_LoginFailureLockoutCount(
   
LONG* pLoginFailureLockoutCount)

HRESULT put_LoginFailureLockoutCount(
   
LONG myLoginFailureLockoutCount)

Scripting languages

Value = Object.LoginFailureLockoutCount

Object.LoginFailureLockoutCount = Value

Home

Applies to
IERUAccountPolicies