AddUserProperty method

Adds a UserProperty object into the will message.
Syntax
msg
.
AddUserProperty
(
Name
As String,
Value
As String)
where
msg
- is an MQTTWillMessage object.
Name
- is the name field of the user property.
Value
- is the value field of the user property.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal