Click or drag to resize

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; }

Property Value

Type: IEnumerableVisit
See Also