Table of Contents

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

name string
value string

Properties

Name

public string Name { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string