Gets indicator if user logins 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 LogUserLogins { get; }
Visual Basic
Public Shared ReadOnly Property LogUserLogins As Boolean
	Get
Visual C++
public:
static property bool LogUserLogins {
	bool get ();
}
F#
static member LogUserLogins : bool with get

Property Value

Type: Boolean
true if [log user logins]; otherwise, false.

See Also