AbstractCountryResponseRegisteredCountry Property |
Registered country record for the requested IP address. This
record represents the country where the ISP has registered a
given IP block and may differ from the user's country.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public Country RegisteredCountry { get; }
Public ReadOnly Property RegisteredCountry As Country
Get
public:
property Country^ RegisteredCountry {
Country^ get ();
}
member RegisteredCountry : Country with get
Property Value
Type:
CountrySee Also