SiteStatsModel.Posts Property

Definition

posts

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

Property Value

Attributes

Applies to