Gets an Int16 representing the number of times a user has attempted to login for the UserData object. This number resets to 0 (zero) once a user successfully logs in.
public Int16 LoginAttempts;
Public Property LoginAttempts() As Int16
Int16 representing the number of times a user has attempted to login. This number resets to 0 (zero) once a user successfully logs in.
UserData Properties