AccountSessionTimeout Property |
Gets or sets the explicit session idle timeout for the account.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public TimeSpan? SessionTimeout { get; set; }
Public Property SessionTimeout As TimeSpan?
Get
Set
public:
virtual property Nullable<TimeSpan> SessionTimeout {
Nullable<TimeSpan> get () sealed;
void set (Nullable<TimeSpan> value) sealed;
}
abstract SessionTimeout : Nullable<TimeSpan> with get, set
override SessionTimeout : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanThe session timeout, or
to use the system default session timeout.
Remarks
A value of
Zero indicates an infinite timeout.
See Also