| 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.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic Country RegisteredCountry { get; }Public ReadOnly Property RegisteredCountry As Country
Get
public:
property Country^ RegisteredCountry {
Country^ get ();
}member RegisteredCountry : Country with get
Property Value
Type:
Country
See Also