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

In This Topic
    Attachments Property (NotificationMessage)
    In This Topic
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property Attachments As List(Of INotificationAttachment)
    [DataMember()]
    public List<INotificationAttachment> Attachments {get;}
    See Also