Edit

Share via


TwitterUser.StatusesCount Property

Definition

Gets or sets total count of tweets (including retweets) posted by user.

[Newtonsoft.Json.JsonProperty("statuses_count")]
public int StatusesCount { get; set; }
[<Newtonsoft.Json.JsonProperty("statuses_count")>]
member this.StatusesCount : int with get, set
Public Property StatusesCount As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to