Twitterizer 2 Documentation
RetweetCountString Property
NamespacesTwitterizerTwitterStatusRetweetCountString
Gets or sets the retweet count string.
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "retweet_count")]
public string RetweetCountString { get; set; }
<DataMemberAttribute> _
<JsonPropertyAttribute(PropertyName := "retweet_count")> _
Public Property RetweetCountString As String
	Get
	Set
Value
The retweet count.

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