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