Gets indicator if failed login attempts will be logged.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool LogFailedLoginAttempts { get; }
Visual Basic
Public Shared ReadOnly Property LogFailedLoginAttempts As Boolean
	Get
Visual C++
public:
static property bool LogFailedLoginAttempts {
	bool get ();
}
F#
static member LogFailedLoginAttempts : bool with get

Property Value

Type: Boolean
true if [log failed login attempts]; otherwise, false.

See Also