RecoveryFailureLockoutCount property

Returns or sets the number of attempts users get to recover their accounts before they are locked out.

Account recovery allows users who have forgotten their passwords to reset their passwords after answering a previously-configured personal question.

Syntax


C++

HRESULT get_RecoveryFailureLockoutCount(
   LONG
* pRecoveryFailureLockoutCount)

HRESULT put_RecoveryFailureLockoutCount(
   
LONG
MyRecoveryFailureLockoutCount)

Scripting languages

LockoutCount = Object.RecoveryFailureLockoutCount

Object.RecoveryFailureLockoutCount = LockoutCount

Home

Applies to
IERUAccountPolicies