AccountLastLogOnTime Property |
Gets the UTC time the account last logged on.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public DateTime? LastLogOnTime { get; }
Public ReadOnly Property LastLogOnTime As DateTime?
Get
public:
virtual property Nullable<DateTime> LastLogOnTime {
Nullable<DateTime> get () sealed;
}
abstract LastLogOnTime : Nullable<DateTime> with get
override LastLogOnTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
The time at which the account last logged on, or
if the
account never logged on.
See Also