Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#/Java]
byte[] Comment;
[VB.NET]
Property Comment As Byte()
[Pascal]
property Comment : ByteArray;
[C++]
void get_Comment(std::vector<uint8_t> &OutResult);
void set_Comment(const std::vector<uint8_t> &Value);
[PHP]
string get_Comment()
void set_Comment(array of byte|string|NULL $Value)
Description
…
Discuss this help topic in SecureBlackbox Forum