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; }

Property Value

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