adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / Recipients Property


In This Topic
    Recipients Property (INotificationMessage)
    In This Topic
    The recipients for this message.
    Syntax
    'Declaration
     
    
    ReadOnly Property Recipients As List(Of INotificationRecipient)
    List<INotificationRecipient> Recipients {get;}
    See Also