OrderReferrerUri Property |
The URI of the referring site for this order.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Uri ReferrerUri { get; }
Public ReadOnly Property ReferrerUri As Uri
Get
public:
property Uri^ ReferrerUri {
Uri^ get ();
}
member ReferrerUri : Uri with get
Property Value
Type:
Uri
See Also