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