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

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