Milestone.MilestoneOpenIssues 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.
Number of open issues for the repository.
[System.Text.Json.Serialization.JsonPropertyName("open_issues")]
public int? MilestoneOpenIssues { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("open_issues")>]
member this.MilestoneOpenIssues : Nullable<int> with get, set
Public Property MilestoneOpenIssues As Nullable(Of Integer)
Property Value
- Attributes