Share via


MqttConnectionContext.SessionId Property

Definition

The unique identifier generated by the service of the MQTT session.

[System.Runtime.Serialization.DataMember(Name="sessionId")]
[System.Text.Json.Serialization.JsonPropertyName("sessionId")]
public string? SessionId { get; }
[<System.Runtime.Serialization.DataMember(Name="sessionId")>]
[<System.Text.Json.Serialization.JsonPropertyName("sessionId")>]
member this.SessionId : string
Public ReadOnly Property SessionId As String

Property Value

Attributes

Applies to