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