LogOnHistoryRecordEndReason Property |
Gets the reason why 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<SessionTerminationReason> EndReason { get; }Public ReadOnly Property EndReason As Nullable(Of SessionTerminationReason)
Get
public:
property Nullable<SessionTerminationReason> EndReason {
Nullable<SessionTerminationReason> get ();
}member EndReason : Nullable<SessionTerminationReason> with get
Property Value
Type:
NullableSessionTerminationReasonThe reason why the session was terminated, or
if the session is (or appears to be) still active.
See Also