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