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