AddressDistanceToIPLocation Property |
The distance in kilometers from the address to the IP location.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<int> DistanceToIPLocation { get; }
Public ReadOnly Property DistanceToIPLocation As Nullable(Of Integer)
Get
public:
property Nullable<int> DistanceToIPLocation {
Nullable<int> get ();
}
member DistanceToIPLocation : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also