获取VT应用程序提供的当前 Session 对象。
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public SwebSessionState Session { get; }
Public ReadOnly Property Session As SwebSessionState
Get
属性值
类型:
SwebSessionState
备注
当用户在应用程序中从一SwebForm移动到另一SwebForm时,存储在 Session 对象中的变量不会被放弃
建议用来存放相对终端的全局变量。
参见