| QueryResultVisits Property |
Gets or sets the collection of visits representing the current page retrieved from the data source.
Namespace:
Dynamicweb.Analytics.Queries
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public IEnumerable<Visit> Visits { get; set; }
Public Property Visits As IEnumerable(Of Visit)
Get
Set
Property Value
Type:
IEnumerableVisitSee Also