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; }
Public Property ValidUntil As DateTime?
Get
Set
public:
property Nullable<DateTime> ValidUntil {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ValidUntil : Nullable<DateTime> with 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