DeleteOtherSessionsOnLogOn Enumeration

Specifies whether other sessions should be deleted or not when a log on occurs from the log on screen.

Namespace:  Dundas.BI.Web
Assembly:  Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum DeleteOtherSessionsOnLogOn
Members
  Member nameValueDescription
Delete0Other sessions are automatically deleted.
DoNotDelete1Do not automatically delete other sessions.
See Also