Gets the date and time this contact last logged into the system.

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

Syntax

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

Field Value

A DateTime value containing both the date and the time that the user last logged in.

Remarks

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

See Also