CustomInputsBuilderAdd Method (String, String) |
Add a custom input string.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic void Add(
string key,
string value
)
Public Sub Add (
key As String,
value As String
)
public:
void Add(
String^ key,
String^ value
)
member Add :
key : string *
value : string -> unit
Parameters
- key
- Type: SystemString
The key for the string input defined in your account portal. - value
- Type: SystemString
The input value. The string length must be less than or equal to 255
characters and the string must not contain a newline character.
See Also