SessionKeepAliveEventArgsValidUntil Property |
Gets or sets the date until which the session will remain valid, if no further activity is detected.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
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