Twitterizer 2 Documentation
ListedCount Property
NamespacesTwitterizerTwitterUserListedCount
Gets or sets the listed count.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "listed_count")]
[DataMemberAttribute]
public int ListedCount { get; set; }
<JsonPropertyAttribute(PropertyName := "listed_count")> _
<DataMemberAttribute> _
Public Property ListedCount As Integer
	Get
	Set
Value
The listed count.

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