A unique user ID associated with the end-user in your
system. If your system allows the login name for the
account to be changed, this should not be the login
name for the account, but rather should be an internal
ID that does not change. This is not your MaxMind user
ID.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string UserId { get; }
Public ReadOnly Property UserId As String
Get
public:
property String^ UserId {
String^ get ();
}
member UserId : string with get
Property Value
Type:
String
See Also