Message.Locale Property

Definition

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

Property Value

Attributes

Applies to