Share via


MqttConnectEventErrorResponseProperties.UserProperties Property

Definition

The user properties in the response.

[System.Runtime.Serialization.DataMember(Name="userProperties")]
[System.Text.Json.Serialization.JsonPropertyName("userProperties")]
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.WebPubSub.Common.MqttUserProperty>? UserProperties { get; set; }
[<System.Runtime.Serialization.DataMember(Name="userProperties")>]
[<System.Text.Json.Serialization.JsonPropertyName("userProperties")>]
member this.UserProperties : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.WebPubSub.Common.MqttUserProperty> with get, set
Public Property UserProperties As IReadOnlyList(Of MqttUserProperty)

Property Value

Attributes

Applies to