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

Property Value

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