GeoIP2CountryIsHighRisk Property |
Note: This API is now obsolete.
This is true if the IP country is high risk.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax[ObsoleteAttribute("Deprecated effective August 29, 2019.")]
public Nullable<bool> IsHighRisk { get; }
<ObsoleteAttribute("Deprecated effective August 29, 2019.")>
Public ReadOnly Property IsHighRisk As Nullable(Of Boolean)
Get
public:
[ObsoleteAttribute(L"Deprecated effective August 29, 2019.")]
property Nullable<bool> IsHighRisk {
Nullable<bool> get ();
}
[<ObsoleteAttribute("Deprecated effective August 29, 2019.")>]
member IsHighRisk : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also