IReadonlyUserLastLogin Property
|
Gets the time when this user last logged in.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Nullable<DateTime> LastLogin { get; }
ReadOnly Property LastLogin As Nullable(Of DateTime)
Get
property Nullable<DateTime> LastLogin {
Nullable<DateTime> get ();
}
abstract LastLogin : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeRemarks If this user has never logged in before, returns null.
See Also