获取或设置当前客户端关联的自定义的对象内容
Gets or sets the custom object content associated with the current client
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Object Tag { get; set; }
Public Property Tag As Object
Get
Set
public:
property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
member Tag : Object with get, set
属性值
类型:
Object参见