IsLockedOut property

Sets or returns whether this user account has been locked out due to a security violation. (For example, too many failed password attempts or a failed account recovery.) Site administrator privileges are required to unlock accounts.

Syntax


C++

HRESULT get_IsLockedOut(
   
VARIANT_BOOL* pIsLockedOut)

HRESULT put_IsLockedOut(
   
VARIANT_BOOL MyIsLockedOut)

Scripting languages

Boolean = Object.IsLockedOut

Object.IsLockedOut = Boolean

Legal values


Value Description

TRUE

User is locked out.

FALSE

User is not locked out.

Home

Applies to
IERUUser