| 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; }
Public Property Location As GeolocationInfo
Get
Set
Property Value
Type:
GeolocationInfoRemarks Getting the value of this property might be quite time consuming operation since the system might call the geolocation service.
See Also