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