Click or drag to resize

UserInformationIsLockedOut Property

Gets a value that indicates if the user is locked out or not

Namespace:  Cauldron
Assembly:  Cauldron.Win32.UserInformation (in Cauldron.Win32.UserInformation.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static bool IsLockedOut { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Cauldron.UserInformation.IsLockedOut"]

Return Value

Type: Boolean
Returns true if the user is locked out, otherwise false
See Also