IPAddress.Country Property |
Country object for the requested IP address. This record represents the
country where MaxMind believes the IP is located.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic GeoIP2Country Country { get; }
Public ReadOnly Property Country As GeoIP2Country
Get
public:
property GeoIP2Country^ Country {
GeoIP2Country^ get ();
}
member Country : GeoIP2Country with get
Property Value
Type:
GeoIP2Country
See Also