  | AnalyticsEmailSendNotificationArgsVisitors Property  | 
 
            Gets or sets the list of visitors that are the subject of this email notification.
            
 
    Namespace: 
   Dynamicweb.Analytics.Notifications
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic IEnumerable<VisitorInfo> Visitors { get; set; }Public Property Visitors As IEnumerable(Of VisitorInfo)
	Get
	Set
Property Value
Type: 
IEnumerableVisitorInfo
See Also