Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property BodyList As Integer()
[Pascal]
under development
[C++]
void get_BodyList(std::vector<int32_t> &OutResult);
void set_BodyList(const std::vector<int32_t> &Value);
[PHP]
array of int32 get_BodyList()
void set_BodyList(array of int32|NULL $Value)
[Java]
int[] getBodyList();
void setBodyList(int[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum