Click or drag to resize
GenerateStatisticsEventArgsVisitors Property
Contains number of visitor per every culture.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public IDictionary<string, int> Visitors { get; set; }

Property Value

Type: IDictionaryString, Int32
See Also