| MqttClientApplicationMessageIsCancelPublish 属性  | 
 
            获取或设置当前的消息是否取消发布,默认False,也就是发布出去
            Get or set whether the current message is unpublished, the default is False, which means it is published
            
 
        命名空间: 
     HslCommunication.MQTT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public bool IsCancelPublish { get; set; }Public Property IsCancelPublish As Boolean
	Get
	Set
public:
property bool IsCancelPublish {
	bool get ();
	void set (bool value);
}member IsCancelPublish : bool with get, set
属性值
类型:
Boolean 参见
参见