CountryIsInEuropeanUnion Property |
This is true if the country is a member state of the
European Union. This is available from all location
services and databases.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public bool IsInEuropeanUnion { get; }
Public ReadOnly Property IsInEuropeanUnion As Boolean
Get
public:
property bool IsInEuropeanUnion {
bool get ();
}
member IsInEuropeanUnion : bool with get
Property Value
Type:
BooleanSee Also