Click or drag to resize

VisitorInfoLocation Property

Gets or sets the location information for the latest visit.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public GeolocationInfo Location { get; set; }

Property Value

Type: GeolocationInfo
Remarks
Getting the value of this property might be quite time consuming operation since the system might call the geolocation service.
See Also