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
Syntaxpublic Nullable<double> Risk { get; }
Public ReadOnly Property Risk As Nullable(Of Double)
Get
public:
virtual property Nullable<double> Risk {
Nullable<double> get () sealed;
}
abstract Risk : Nullable<float> with get
override Risk : Nullable<float> with get
Property Value
Type:
NullableDoubleImplements
IIPAddressRisk
See Also