SessionKeepAliveEventArgsValidUntil 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 (24.3.0.1000)
Syntax
public DateTime? ValidUntil { get; set; }

Property Value

Type: NullableDateTime
The date/time until which the session will remain valid, or 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