MqttDisconnectPacketProperties.UserProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The user properties in the DISCONNECT packet sent by the client. The value is not null only if the client sent a DISCONNECT packet with user properties.
[System.Runtime.Serialization.DataMember(Name="userProperties")]
[System.Text.Json.Serialization.JsonPropertyName("userProperties")]
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.WebPubSub.Common.MqttUserProperty>? UserProperties { get; }
[<System.Runtime.Serialization.DataMember(Name="userProperties")>]
[<System.Text.Json.Serialization.JsonPropertyName("userProperties")>]
member this.UserProperties : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.WebPubSub.Common.MqttUserProperty>
Public ReadOnly Property UserProperties As IReadOnlyList(Of MqttUserProperty)
Property Value
- Attributes
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.