AddUserProperty method
Adds a UserProperty object into the application message.
Syntax
msg
.AddUserProperty
(Name
As String, Value
As String)where
msg
- is an MQTTMessage object created by the MQTTFactory object's method CreateApplicationMessage
.Name
- is the name field of the user property.Value
- is the value field of the user property.Provide Feedback