Discuss this help topic in SecureBlackbox Forum
This read-only property contains names of the extensions that can be used with the attributes.
Declaration
[C#]
TElStringList SupportedAttrExtensions;
[VB.NET]
Property SupportedAttrExtensions As TElStringList
[Pascal]
property SupportedAttrExtensions : TStringList;
[C++]
TStringList* get_SupportedAttrExtensions();
[PHP]
TStringList get_SupportedAttrExtensions()
[Java]
TElStringList getSupportedAttrExtensions();
Description
Use this property to get the names of the extensions that can be used with the attributes.
Discuss this help topic in SecureBlackbox Forum