The username associated with the account. This is
not the MD5 of username. Rather, the MD5 is automatically
generated from this string.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string Username { get; }
Public ReadOnly Property Username As String
Get
public:
property String^ Username {
String^ get ();
}
member Username : string with get
Property Value
Type:
String
See Also