MaxMindQueriesRemaining Property  | 
 
                The number of remaining queries in your account for the web
                service end point. This will be null when using a local
                database.
            
 
    Namespace: 
   MaxMind.GeoIP2.Model
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic Nullable<int> QueriesRemaining { get; }Public ReadOnly Property QueriesRemaining As Nullable(Of Integer)
	Get
public:
property Nullable<int> QueriesRemaining {
	Nullable<int> get ();
}member QueriesRemaining : Nullable<int> with get
Property Value
Type: 
NullableInt32
See Also