Edit

Share via


TwitterUser.FollowersCount Property

Definition

Gets or sets followers count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to