Class MqttUserProperty
- Namespace
- Azure.Iot.Operations.Protocol.Models
- Assembly
- Azure.Iot.Operations.Protocol.dll
public class MqttUserProperty
- Inheritance
-
MqttUserProperty
- Inherited Members
Constructors
MqttUserProperty(string, string)
public MqttUserProperty(string name, string value)
Parameters
Properties
Name
public string Name { get; }
Property Value
Value
public string Value { get; }