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.3.0.1000)
Syntax public DateTime? LastActivityTime { get; }
Public ReadOnly Property LastActivityTime As DateTime?
Get
public:
property Nullable<DateTime> LastActivityTime {
Nullable<DateTime> get ();
}
member LastActivityTime : Nullable<DateTime> with 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