IPAddressLocation Property |
Location object for the requested IP address.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic GeoIP2Location Location { get; }
Public ReadOnly Property Location As GeoIP2Location
Get
public:
property GeoIP2Location^ Location {
GeoIP2Location^ get ();
}
member Location : GeoIP2Location with get
Property Value
Type:
GeoIP2Location
See Also