  | 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
Syntaxpublic IEnumerable<Visit> Visits { get; set; }Public Property Visits As IEnumerable(Of Visit)
	Get
	Set
Property Value
Type: 
IEnumerableVisit
See Also