A subclass of the GeoIP2 Country model with minFraud-specific additions.
See Also: Inherited members from MaxMind.GeoIP2.Model.Country.
|
Documentation for this section has not yet been entered. |
[read-only] | IsHighRisk | Nullable<bool> . This is true if the IP country is high risk. |
Documentation for this section has not yet been entered.Syntax
public GeoIP2Country ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
This is true if the IP country is high risk.Syntax
[Newtonsoft.Json.JsonProperty("is_high_risk")]
public Nullable<bool> IsHighRisk { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
Returns a string that represents the current object.Syntax
public override string ToString ()Returns
A string that represents the current object.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0