LogOnHistoryRecord Class

Represents a record of somebody logging onto the application.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesLogOnHistoryRecord

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

The LogOnHistoryRecord type exposes the following members.

Properties
  NameDescription
Public propertyAccountId
Gets the account identifier.
Public propertyEndReason
Gets the reason why the session was terminated.
Public propertyEndTime
Gets the time when the session was terminated.
Public propertyImpersonatingAccountId
Gets the ID of the account which was used to impersonate the user associated with this record.
Public propertyIPAddress
Gets the IP address associated with the session at the time of the logon.
Public propertyIsSeatReserved
Gets a value indicating whether the seat is reserved.
Public propertySeatKind
Gets the kind of the seat.
Public propertySessionId
Gets the session identifier.
Public propertyStartTime
Gets the time when the session was created.
Public propertyTenantId
Gets the tenant identifier.
Top
See Also