adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationAttachment Class / FileData Property

In This Topic
    FileData Property
    In This Topic
    The file data to use instead of a file on disk.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property FileData As Byte()
    [DataMember()]
    public byte[] FileData {get; set;}
    See Also