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
Public Enumeration DeleteOtherSessionsOnLogOn
public enum class DeleteOtherSessionsOnLogOn
type DeleteOtherSessionsOnLogOn
Members
| Member name | Value | Description |
---|
| Delete | 0 | Other sessions are automatically deleted. |
| DoNotDelete | 1 | Do not automatically delete other sessions. |
See Also