IpLookupJsonModelInEuropeanUnion Property

Whether the country is in the European Union. Note: this means nations like Switzerland, Norway and the UK also return false!

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[JsonPropertyNameAttribute("in_eu")]
public bool InEuropeanUnion { get; set; }

Property Value

Boolean

See Also