IReadonlyUserLastLogin Property Ingeniux CMS Content Store API

Gets the time when this user last logged in.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

Nullable<DateTime> LastLogin { get; }

Property Value

Type: NullableDateTime
Remarks

If this user has never logged in before, returns null.
See Also

Reference