Gets the date and time this contact logged into the system previous to the LastLoginOn.

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

Syntax

C#
public DateTime PreviousLoginOn { get; }
Visual Basic (Declaration)
Public ReadOnly Property PreviousLoginOn As DateTime
Visual C++
public:
property DateTime PreviousLoginOn {
	DateTime get ();
}

Field Value

A DateTime value containing both the date and the time that the user logged in previous to the LastLoginOn.

Remarks

This value is set when the user logs in via the iMIS application or via this object.

See Also