 | DbSecurityUserInvalidLoginAttempts Property |
Gets or sets the invalid login attempts.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntaxpublic int InvalidLoginAttempts { get; set; }Public Property InvalidLoginAttempts As Integer
Get
Set
public:
property int InvalidLoginAttempts {
int get ();
void set (int value);
}member InvalidLoginAttempts : int with get, set
Property Value
Type:
Int32The invalid login attempts.
See Also