LocationPhoneCountryCode Property |
The phone number, without the country code, associated with the address.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string PhoneCountryCode { get; protected set; }
Public Property PhoneCountryCode As String
Get
Protected Set
public:
property String^ PhoneCountryCode {
String^ get ();
protected: void set (String^ value);
}
member PhoneCountryCode : string with get, set
Property Value
Type:
String
See Also