Gets an indicator of whether this user's ability to login has been disabled

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool IsLoginDisabled { get; }
Visual Basic
Public ReadOnly Property IsLoginDisabled As Boolean
	Get
Visual C++
public:
property bool IsLoginDisabled {
	bool get ();
}

Field Value

true if the user's login has been disabled; false otherwise.

See Also