Share via


Timeseries.Country Property

Definition

Gets or sets the country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to