OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / OrderBase.FileAttachmentBase Class / Contents Property



In This Topic
    Contents Property
    In This Topic
    An array of unsigned bytes representing the raw data for this FileAttachment.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    Public ReadOnly Property Contents As Byte()
    'Usage
     
    
    Dim instance As OrderBase.FileAttachmentBase
    Dim value() As Byte
     
    value = instance.Contents
    [DataMember(false)]
    public byte[] Contents {get;}
    [DataMember(false)]
    public:
    property array<byte>^ Contents {
       array<byte>^ get();
    }
    Remarks
    This field is read-only and cannot be directly modified.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also