MqttSessionInfoDeveloperPermissions 属性 |
获取或设置当前的会话是否拥有开发者权限,在开发者权限下,可以遍历接口信息,默认只有admin账户支持开发者权限,如果自定义设置账户权限,则需要在会话登录的事件里,将本属性值设置为 True
Obtain or set whether the current session has developer permissions, under the developer permissions, you can traverse the interface information, by default,
only the admin account supports developer permissions, if you customize the account permissions, you need to set the value of this property to True in the session login event
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool DeveloperPermissions { get; set; }
Public Property DeveloperPermissions As Boolean
Get
Set
public:
property bool DeveloperPermissions {
bool get ();
void set (bool value);
}
member DeveloperPermissions : bool with get, set
属性值
类型:
Boolean参见