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 (26.2.0.1000)
Syntax
public DateTime? LastLogOnTime { get; }

Property Value

NullableDateTime
The time at which the account last logged on, or if the account never logged on.
See Also