This object contains information about the device that MaxMind
believes is associated with the IP address passed in the request.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Device Device { get; }
Public ReadOnly Property Device As Device
Get
public:
property Device^ Device {
Device^ get ();
}
member Device : Device with get
Property Value
Type:
Device
See Also