Location.LocationName Property

Definition

Gets or sets the name of the region.

[Newtonsoft.Json.JsonProperty(PropertyName="locationName")]
public string LocationName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="locationName")>]
member this.LocationName : string with get, set
Public Property LocationName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to