The UserAccountLockCode type exposes the following members.
Back to Top
Back to Top
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.
              | 
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.
              | 
See Also