Gets or sets the retweet count string.
| 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
The retweet count.