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


In This Topic
    Attachments Property (NotificationMessage)
    In This Topic
    The attachments for the message
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property Attachments As List(Of INotificationAttachment)
    [DataMember()]
    public List<INotificationAttachment> Attachments {get;}
    [DataMember()]
    public:
    property List<INotificationAttachment^>^ Attachments {
       List<INotificationAttachment^>^ get();
    }
    See Also