Gets or sets the results.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "results")] public TwitterStatusCollection Results { get; set; }
<JsonPropertyAttribute(PropertyName := "results")> _ Public Property Results As TwitterStatusCollection Get Set
The results.