AbstractCountryResponseCountry Property |
Gets the country for the requested IP address. This
object represents the country where MaxMind believes
the end user is located
Namespace: MaxMind.GeoIP2.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic Country Country { get; }
Public ReadOnly Property Country As Country
Get
public:
property Country^ Country {
Country^ get ();
}
member Country : Country with get
Property Value
Type:
Country
See Also