SessionCreationParametersImpersonatingSession Property

Gets the session which was used when creating this session if this is an impersonated session.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Session? ImpersonatingSession { get; }

Property Value

Type: Session
The impersonating session, or if the new session is not being created via administrative impersonation.
See Also