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; }
Public ReadOnly Property ImpersonatingSession As Session
Get
public:
property Session^ ImpersonatingSession {
Session^ get ();
}
member ImpersonatingSession : Session with get
Property Value
Type:
SessionThe impersonating session, or
if the new session is not being created via administrative impersonation.
See Also