LocationAddress2 Property |
The second line of the address.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string Address2 { get; protected set; }
Public Property Address2 As String
Get
Protected Set
public:
property String^ Address2 {
String^ get ();
protected: void set (String^ value);
}
member Address2 : string with get, set
Property Value
Type:
String
See Also