Discuss this help topic in SecureBlackbox Forum
This property contains a value from the pair.
Declaration
[VB.NET]
Property Value As Byte()
[Pascal]
property Value : ByteArray;
[C++]
void get_Value(std::vector<uint8_t> &OutResult);
void set_Value(const std::vector<uint8_t> &Value);
[PHP]
string get_Value()
void set_Value(array of byte|string|NULL $Value)
Parameters
Description
Use this property to access a value from the «ObjectID=Value» pair.
Discuss this help topic in SecureBlackbox Forum