Discuss this help topic in SecureBlackbox Forum
Contains custom header fields.
Declaration
[C#/Java]
TElStringList CustomHeaders;
[VB.NET]
Property CustomHeaders As TElStringList
[Pascal]
property CustomHeaders : TStringList;
[C++]
TStringList* get_CustomHeaders();
[PHP]
TStringList get_CustomHeaders()
Description
Use this read-only property to get custom headers of the data object.
Discuss this help topic in SecureBlackbox Forum