Click or drag to resize

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; }

Property Value

Type: NullableDateTime
Remarks
If this user has never logged in before, returns null.
See Also