The ISO 3166-1 alpha-2 country code for the country
associated with the address (e.g., "US")
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string Country { get; protected set; }
Public Property Country As String
Get
Protected Set
public:
property String^ Country {
String^ get ();
protected: void set (String^ value);
}
member Country : string with get, set
Property Value
Type:
String
See Also