Question.ViewCount Property

Definition

The number of times the question has been viewed by users.

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

Property Value

Attributes

Applies to