DeviceSessionAge Property |
The number of seconds between the creation of the user's
session and the time of the transaction. Note that
sessionAge is not the duration of the current visit, but
the time since the start of the first visit.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<double> SessionAge { get; }
Public ReadOnly Property SessionAge As Nullable(Of Double)
Get
public:
property Nullable<double> SessionAge {
Nullable<double> get ();
}
member SessionAge : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also