Open this page in the API Guide

SessionCreationParameters.ImpersonatingSession 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 (25.1.0.1000)
Syntax
public Session? ImpersonatingSession { get; }

Property Value

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