GeoIP2CountryIsHighRisk Property |
This is true if the IP country is high risk.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntaxpublic Nullable<bool> IsHighRisk { get; }
Public ReadOnly Property IsHighRisk As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsHighRisk {
Nullable<bool> get ();
}
member IsHighRisk : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also