Discuss this help topic in SecureBlackbox Forum
Returns the textual description of the component's extensions.
Declaration
[C#]
string ExtensionsStr;
[VB.NET]
Property ExtensionsStr As String
[Pascal]
property ExtensionsStr : string;
[C++]
void get_ExtensionsStr(std::string &OutResult);
[PHP]
string get_ExtensionsStr()
[Java]
String getExtensionsStr();
Description
This property returns a string that lists all extension names and their parameters, separated by commas.
Discuss this help topic in SecureBlackbox Forum