Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
string SoftwareName;
[VB.NET]
Property SoftwareName As String
[Pascal]
under development
[C++]
void get_SoftwareName(std::string &OutResult);
void set_SoftwareName(const std::string &Value);
[PHP]
string get_SoftwareName()
void set_SoftwareName(string $Value)
[Java]
String getSoftwareName();
void setSoftwareName(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum