Discuss this help topic in SecureBlackbox Forum
Describes the application that manages the object.
Declaration
[C#/Java]
byte[] Application;
[VB.NET]
Property Application As Byte()
[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)
Description
Use this property to get or set the description of the application that manages the object.
Discuss this help topic in SecureBlackbox Forum