AddressIsInIPCountry Property |
This property is true if the address is in the
IP country.The property is false when the address is not in the IP
country. If the address could not be parsed or was not provided or if the
IP address could not be geolocated, the property will be null.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> IsInIPCountry { get; }
Public ReadOnly Property IsInIPCountry As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsInIPCountry {
Nullable<bool> get ();
}
member IsInIPCountry : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also