Discuss this help topic in SecureBlackbox Forum

TElASiCManifest.Contents

TElASiCManifest     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the contents of the ASiC manifest.

Declaration

[C#]
    byte[] Contents;

[VB.NET]
    Property Contents As Byte()

[Pascal]
    property Contents : ByteArray;

[C++]
    not available

[PHP]
    string get_Contents()
    void set_Contents(array of byte|string|NULL $Value)

[Java]
    byte[] getContents();
    void setContents(byte[] Value);

Description

Use this property to access the manifest data.

See also:     FileName     FileEntry    

Discuss this help topic in SecureBlackbox Forum