Question.SolutionCount Property

Definition

This is the number of solutions that have been provided for this question.

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

Property Value

Attributes

Applies to