Question.SolutionCount 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.
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