SubdivisionConfidence Property |
This is a value from 0-100 indicating MaxMind's confidence that
the subdivision 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; set; }
Public Property Confidence As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Confidence {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Confidence : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also