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