Open this page in the API Guide

Account.SessionTimeout 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 (25.1.0.1000)
Syntax
public TimeSpan? SessionTimeout { get; set; }

Property Value

Type: Nullable<TimeSpan>
The session timeout, or null to use the system default session timeout.
Remarks
A value of Zero indicates an infinite timeout.
See Also