点击或拖拽改变大小

MqttSessionDeveloperPermissions 属性

获取或设置当前的会话是否拥有开发者权限,在开发者权限下,可以遍历接口信息,默认所有的会话都支持开发者权限,如果需要屏蔽,则需要在会话登录时,将本属性值设置为 False
Get or set whether the current session has developer permission. Under developer permission, you can traverse the interface information. By default, all sessions support developer permission. If you need to block, you need to set this attribute value to false

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public bool DeveloperPermissions { get; set; }

属性值

类型:Boolean
参见