The risk associated with the IP address. The value ranges from 0.01
to 99. A higher score indicates a higher risk.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
SyntaxNullable<double> Risk { get; }
ReadOnly Property Risk As Nullable(Of Double)
Get
property Nullable<double> Risk {
Nullable<double> get ();
}
abstract Risk : Nullable<float> with get
Property Value
Type:
Nullable<Double>
See Also