You are here: Data Classes > UserData Class > UserData Properties > LoginAttempts
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
UserData.LoginAttempts Property

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.

C#
public Int16 LoginAttempts;
Visual Basic
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.

Copyright (c) 2007. All rights reserved.
What do you think about this topic? Send feedback!