SiteStatsModel.Comments Property

Definition

comments

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

Property Value

Attributes

Applies to