TerminatingSessionEventArgsReason Property  | 
 Gets the reason why the session is being terminated.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic SessionTerminationReason Reason { get; }Public ReadOnly Property Reason As SessionTerminationReason
	Get
public:
property SessionTerminationReason Reason {
	SessionTerminationReason get ();
}member Reason : SessionTerminationReason with get
Property Value
Type: 
SessionTerminationReason
See Also