This is a UUID that identifies the minFraud request. Please use
this ID in support requests to MaxMind so that we can easily
identify a particular request.
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:
NullableGuid
See Also