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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET