| UserAccountLockCode Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Membership
 Syntax
Syntaxpublic static class UserAccountLockCode
The UserAccountLockCode type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|   | DisabledManually | 
            User account was disabled manually.
             | 
|   | MaximumInvalidLogonAttemptsReached | 
            User account was disabled because user reach maximum invalid logon attempts.
             | 
|   | PasswordExpired | 
            User account was disabled because his password expired.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | FromEnum | 
            Returns the user account lock code from the enumeration value.
             | 
|   | GetLockEnumFromString | 
            Gets the user account lock enumeration from the string value.
             | 
|   | ToEnum | 
            Returns the enumeration representation of the user account lock code.
             | 
 See Also
See Also