Open this page in the API Guide

DynamicSessionProperties.LastActivityTime 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 (25.1.0.1000)
Syntax
public DateTime? LastActivityTime { get; }

Property Value

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