Gets the date and time that the user logged into the system prior to the last time (LastLoginOn).

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

Syntax

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

Remarks

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

See Also