Gets the
Session associated with the currently-executing user context.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Session Session { get; }
Public ReadOnly Property Session As Session
Get
public:
virtual property Session^ Session {
Session^ get () sealed;
}
abstract Session : Session with get
override Session : Session with get
Property Value
Type:
SessionThe session associated with the current caller.
Implements
IEngineSessionExceptions See Also