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; }
Public ReadOnly Property Confidence As Nullable(Of Integer)
Get
public:
property Nullable<int> Confidence {
Nullable<int> get ();
}
member Confidence : Nullable<int> with get
Property Value
Type:
NullableInt32See Also