MaxMindQueriesRemaining Property |
The number of remaining queried in your account for the web
service end point. This will be null when using a local
database.
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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