Message.ReplyToId Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("replyToId")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public string? ReplyToId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("replyToId")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.ReplyToId : string with get, set
Public Property ReplyToId As String

Property Value

Attributes

Applies to