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