Twitterizer 2 Documentation
NumberOfFriends Property
NamespacesTwitterizerTwitterUserNumberOfFriends
Gets or sets the number of friends.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "friends_count")]
[DataMemberAttribute]
public long NumberOfFriends { get; set; }
<JsonPropertyAttribute(PropertyName := "friends_count")> _
<DataMemberAttribute> _
Public Property NumberOfFriends As Long
	Get
	Set
Value
The number of friends.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)