Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[VB.NET]
Property LibraryName As String
[Pascal]
property LibraryName : string;
[C++]
void get_LibraryName(std::string &OutResult);
void set_LibraryName(const std::string &Value);
[PHP]
string get_LibraryName()
void set_LibraryName(string $Value)
Description
…
Discuss this help topic in SecureBlackbox Forum