Discuss this help topic in SecureBlackbox Forum
The software module name.
Declaration
[Pascal]
property ModuleName : string;
[C++]
void get_ModuleName(std::string &OutResult);
void set_ModuleName(const std::string &Value);
[PHP]
string get_ModuleName()
void set_ModuleName(string $Value)
Description
Use this property to indicate the software module name.
Discuss this help topic in SecureBlackbox Forum