Question.ViewCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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