Discuss this help topic in SecureBlackbox Forum
Specifies 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.
Discuss this help topic in SecureBlackbox Forum