IReadonlyUserLastLogin Property
|
Gets the time when this user last logged in.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxDateTime? LastLogin { get; }ReadOnly Property LastLogin As DateTime?
Get
property Nullable<DateTime> LastLogin {
Nullable<DateTime> get ();
}abstract LastLogin : Nullable<DateTime> with get
Property Value
NullableDateTime
RemarksIf this user has never logged in before, returns null.
See Also