UserDetailsModel.FavouritesCount 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 tweets that the user has favorited
[System.Text.Json.Serialization.JsonPropertyName("FavouritesCount")]
public long? FavouritesCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("FavouritesCount")>]
member this.FavouritesCount : Nullable<int64> with get, set
Public Property FavouritesCount As Nullable(Of Long)
Property Value
- Attributes