| EngineModuleElementSession Property |
Session manager to be used.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic SessionElement Session { get; }Public ReadOnly Property Session As SessionElement
Get
public:
property SessionElement^ Session {
SessionElement^ get ();
}member Session : SessionElement with get
Property Value
Type:
SessionElement
The session manager.
See Also