Discuss this help topic in SecureBlackbox Forum
Describes the application that manages the object.
Declaration
[VB.NET]
Property Application As String
[Pascal]
property Application : ByteArray;
[C++]
void get_Application(std::string &OutResult);
void set_Application(const std::string &Value);
[PHP]
string get_Application()
void set_Application(string $Value)
[Java]
String getApplication();
void setApplication(String Value);
Description
Use this property to get or set the description of the application that manages the object.
Discuss this help topic in SecureBlackbox Forum