AbstractCountryResponseRepresentedCountry Property |
Represented country record for the requested IP address. The
represented country is used for things like military bases or
embassies. It is only present when the represented country
differs from the country.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public RepresentedCountry RepresentedCountry { get; }
Public ReadOnly Property RepresentedCountry As RepresentedCountry
Get
public:
property RepresentedCountry^ RepresentedCountry {
RepresentedCountry^ get ();
}
member RepresentedCountry : RepresentedCountry with get
Property Value
Type:
RepresentedCountrySee Also