ErrorMessage.Lang Property

Definition

Gets or sets the language code of the error message

[Newtonsoft.Json.JsonProperty(PropertyName="lang")]
public string Lang { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lang")>]
member this.Lang : string with get, set
Public Property Lang As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to