SubscoresIPTenure Property |
Note: This API is now obsolete.
The risk associated with the issuer ID number on the IP address.
If present, this is a value in the range 0.01 to 99.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax[ObsoleteAttribute("Deprecated effective August 29, 2019. This subscore will default to 1 and will be removed in a future release. The IP tenure is reflected in the overall risk score MaxMind.MinFraud.Response.Score#RiskScore.")]
public Nullable<double> IPTenure { get; }
<ObsoleteAttribute("Deprecated effective August 29, 2019. This subscore will default to 1 and will be removed in a future release. The IP tenure is reflected in the overall risk score MaxMind.MinFraud.Response.Score#RiskScore.")>
Public ReadOnly Property IPTenure As Nullable(Of Double)
Get
public:
[ObsoleteAttribute(L"Deprecated effective August 29, 2019. This subscore will default to 1 and will be removed in a future release. The IP tenure is reflected in the overall risk score MaxMind.MinFraud.Response.Score#RiskScore.")]
property Nullable<double> IPTenure {
Nullable<double> get ();
}
[<ObsoleteAttribute("Deprecated effective August 29, 2019. This subscore will default to 1 and will be removed in a future release. The IP tenure is reflected in the overall risk score MaxMind.MinFraud.Response.Score#RiskScore.")>]
member IPTenure : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also