 | EmailNotification.INotification.Recipients Property |
Gets or sets the list of notification recipients.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
SyntaxIEnumerable<IAddress> INotification.Recipients { get; set; }
Private Property Recipients As IEnumerable(Of IAddress)
Implements INotification.Recipients
Get
Set
Property Value
Type:
IEnumerable<IAddress>Implements
INotification.Recipients
See Also