LogOnHistoryRecordEndTime Property

Gets the time when the session was terminated.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public DateTime? EndTime { get; }

Property Value

Type: NullableDateTime
The time when the session was terminated, or if the session is (or appears to be) still active.
See Also