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.5.94
Syntax
DateTime? LastLogin { get; }

Property Value

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