| CountryConfidence Property  | 
                A value from 0-100 indicating MaxMind's confidence that the country
                is correct. This value is only set when using the Insights
                web service or the Enterprise database.
            
 
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic 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: 
NullableInt32
See Also