Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.Metadata

TElAWSS3DataStorageObject     See also     


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


Contains object's metadata.

Declaration

[C#]
    TElStringList Metadata;

[VB.NET]
    Property Metadata As TElStringList

[Pascal]
    property Metadata : TStringList;

[C++]
    TElStringList* get_Metadata();

[PHP]
    TElStringList get_Metadata()

[Java]
    TElStringList getMetadata();

Description

    Use this read-only property to get object's metadata.

See also:     CustomHeaders    

Discuss this help topic in SecureBlackbox Forum