DynamicSessionPropertiesLastActivityTime Property

Gets the last activity time of the session.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public DateTime? LastActivityTime { get; }

Property Value

Type: NullableDateTime
The date and time (in UTC) at which activity was last recorded for the session, or if the session has never been used.
See Also