PostModel.LikeCount Property

Definition

like_count

[System.Text.Json.Serialization.JsonPropertyName("like_count")]
public int? LikeCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("like_count")>]
member this.LikeCount : Nullable<int> with get, set
Public Property LikeCount As Nullable(Of Integer)

Property Value

Attributes

Applies to