Share via


MqttConnectEventErrorResponse.Mqtt Property

Definition

Represents the properties of an MQTT connection failure response.

[System.Runtime.Serialization.DataMember(Name="mqtt")]
[System.Text.Json.Serialization.JsonPropertyName("mqtt")]
public Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties Mqtt { get; }
[<System.Runtime.Serialization.DataMember(Name="mqtt")>]
[<System.Text.Json.Serialization.JsonPropertyName("mqtt")>]
member this.Mqtt : Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties
Public ReadOnly Property Mqtt As MqttConnectEventErrorResponseProperties

Property Value

Attributes

Applies to