public int FailedLoginAttempts { get; set; }
Public Property FailedLoginAttempts As Integer Get Set
public: property int FailedLoginAttempts { int get (); void set (int value); }
member FailedLoginAttempts : int with get, set
In This Article