A UUID that MaxMind uses for the device associated with this IP
address. Note that many devices cannot be uniquely identified
because they are too common (for example, all iPhones of a given
model and OS release). In these cases, the minFraud service will
simply not return a UUID for that device.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<Guid> Id { get; }
Public ReadOnly Property Id As Nullable(Of Guid)
Get
public:
property Nullable<Guid> Id {
Nullable<Guid> get ();
}
member Id : Nullable<Guid> with get
Property Value
Type:
Nullable<Guid>
See Also