SubscoresEmailTenure Property |
The risk associated with the issuer ID number on the email
domain. 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: 0.6.0
Syntaxpublic Nullable<double> EmailTenure { get; }
Public ReadOnly Property EmailTenure As Nullable(Of Double)
Get
public:
property Nullable<double> EmailTenure {
Nullable<double> get ();
}
member EmailTenure : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also