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 (8.0.2.1001)
Syntaxpublic Nullable<DateTime> LastLogOnTime { get; }Public ReadOnly Property LastLogOnTime As Nullable(Of 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