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 (10.0.0.1002)
Syntaxpublic SessionTerminationReason? EndReason { get; }Public ReadOnly Property EndReason As 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