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 (9.0.0.1000)
Syntaxpublic Nullable<DateTime> EndTime { get; }Public ReadOnly Property EndTime As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> EndTime {
Nullable<DateTime> get ();
}member EndTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeThe time when the session was terminated, or
if the session is (or appears to be) still active.
See Also