Open this page in the API Guide

DynamicSessionProperties Class

Contains properties of a session which change frequently.
Inheritance Hierarchy
System.Object
  Dundas.BI.AccountServices.DynamicSessionProperties

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class DynamicSessionProperties

The DynamicSessionProperties type exposes the following members.

Properties
  NameDescription
Public propertyIPAddress
Gets the IP address associated with the session, if available.
Public propertyLastActivityTime
Gets the last activity time of the session.
Public propertyValidUntil
Gets the time (in UTC) at which the session will expire if it remains idle.
Top
See Also