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

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

Syntax

C#
public DateTime LastLoginOn { get; }
Visual Basic
Public ReadOnly Property LastLoginOn As DateTime
	Get
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