Edit

Share via


TwitterUser.FriendsCount Property

Definition

Gets or sets count of accounts user is following.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to