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; }

Property Value

Type: NullableTimeSpan
The session timeout, or to use the system default session timeout.
Remarks
A value of Zero indicates an infinite timeout.
See Also