ScoreQueriesRemaining Property |
The approximate number of queries remaining for this service
before your account runs out of funds.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<long> QueriesRemaining { get; }
Public ReadOnly Property QueriesRemaining As Nullable(Of Long)
Get
public:
property Nullable<long long> QueriesRemaining {
Nullable<long long> get ();
}
member QueriesRemaining : Nullable<int64> with get
Property Value
Type:
NullableInt64
See Also