获取或设置当前会话的ID信息,某些特殊的会话需要用到该字段
Obtain or set the ID information of the current session, which is required for some special sessions
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string SessionID { get; set; }
Public Property SessionID As String
Get
Set
public:
property String^ SessionID {
String^ get ();
void set (String^ value);
}
member SessionID : string with get, set
属性值
类型:
String参见