Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.CustomHeaders

TElAWSS3DataStorageObject     See also     


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


Contains custom header fields.

Declaration

[C#]
    TElStringList CustomHeaders;

[VB.NET]
    Property CustomHeaders As TElStringList

[Pascal]
    property CustomHeaders : TStringList;

[C++]
    TElStringList* get_CustomHeaders();

[PHP]
    TElStringList get_CustomHeaders()

[Java]
    TElStringList getCustomHeaders();

Description

    Use this read-only property to get custom headers of the data object.

See also:     Metadata    

Discuss this help topic in SecureBlackbox Forum