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