adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / Recipients Property


In This Topic
    Recipients Property (NotificationMessage)
    In This Topic
    The recipients for this message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property Recipients As List(Of INotificationRecipient)
    [DataMember()]
    public List<INotificationRecipient> Recipients {get;}
    [DataMember()]
    public:
    property List<INotificationRecipient^>^ Recipients {
       List<INotificationRecipient^>^ get();
    }
    See Also