Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.CustomHeaders

TElWinAzureDataStorageObject     


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 object.

Discuss this help topic in SecureBlackbox Forum