CustomInputsBuilderAdd Method (String, Boolean) |
Add a boolean custom input.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic void Add(
string key,
bool value
)
Public Sub Add (
key As String,
value As Boolean
)
public:
void Add(
String^ key,
bool value
)
member Add :
key : string *
value : bool -> unit
Parameters
- key
- Type: SystemString
The key for the boolean input defined in your account portal. - value
- Type: SystemBoolean
The input value.
See Also