Share via


EventsClientInfo.CountryOrRegion Property

Definition

Gets or sets country or region of the client

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to