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


In This Topic
    Attachments Property (INotificationMessage)
    In This Topic
    The attachments for the message
    Syntax
    'Declaration
     
    
    ReadOnly Property Attachments As List(Of INotificationAttachment)
    List<INotificationAttachment> Attachments {get;}
    See Also