Click or drag to resize
IPAddressRisk Property
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: 0.6.0
Syntax
public Nullable<double> Risk { get; }

Property Value

Type: NullableDouble

Implements

IIPAddressRisk
See Also