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

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

Syntax

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

Field Value

true if the Contact's login has been/should be disabled; false otherwise.

See Also