Click or drag to resize

PostalConfidence Property

A value from 0-100 indicating MaxMind's confidence that the postal code is correct. This value is only set when using the Insights web service or the Enterprise database.

Namespace:  MaxMind.GeoIP2.Model
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public Nullable<int> Confidence { get; }

Property Value

Type: NullableInt32
See Also