[JsonPropertyAttribute("code")] public int Code { get; set; }
<JsonPropertyAttribute("code")> Public Property Code As Integer Get Set
[<JsonPropertyAttribute("code")>] member Code : int with get, set
In This Article