Open this page in the API Guide

SessionKeepAliveEventArgs.ValidUntil Property

Gets or sets the date until which the session will remain valid, if no further activity is detected.

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? ValidUntil { get; set; }

Property Value

Type: Nullable<DateTime>
The date/time until which the session will remain valid, or null if the session should never time out due to inactivity.
Remarks
If the session should no longer be valid, set this property to MinValue.
See Also