AbstractCountryResponseContinent Property |
Gets the continent for the requested IP address.
Namespace: MaxMind.GeoIP2.ResponsesAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic Continent Continent { get; }
Public ReadOnly Property Continent As Continent
Get
public:
property Continent^ Continent {
Continent^ get ();
}
member Continent : Continent with get
Property Value
Type:
Continent
See Also