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 (9.0.0.1000)
Syntaxpublic Nullable<DateTime> ValidUntil { get; set; }Public Property ValidUntil As Nullable(Of 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