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.Responses
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
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