RepositoryDetails.StargazersCount 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 users who have starred the repository.
[System.Text.Json.Serialization.JsonPropertyName("stargazers_count")]
public int? StargazersCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("stargazers_count")>]
member this.StargazersCount : Nullable<int> with get, set
Public Property StargazersCount As Nullable(Of Integer)
Property Value
- Attributes