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)
Syntaxpublic DateTime? EndTime { get; }Public ReadOnly Property EndTime As 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