Twitterizer 2 Documentation
Retweeted Property
NamespacesTwitterizerTwitterStatusRetweeted
Gets or sets a value indicating whether this TwitterStatus is retweeted.
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "retweeted")]
public bool Retweeted { get; set; }
<DataMemberAttribute> _
<JsonPropertyAttribute(PropertyName := "retweeted")> _
Public Property Retweeted As Boolean
	Get
	Set
Value
true if retweeted; otherwise, false.

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