Discuss this help topic in SecureBlackbox Forum
Name of the group to which the file belongs.
Declaration
[VB.NET]
Property Group As Byte()
[Pascal]
property Group : string;
[C++]
void get_Group(std::vector<uint8_t> &OutResult);
void set_Group(const std::vector<uint8_t> &Value);
[PHP]
string get_Group()
void set_Group(array of byte|string|NULL $Value)
[Java]
byte[] getGroup();
void setGroup(byte[] Value);
Description
Use this property to get/set name of the group to which the file belongs.
Discuss this help topic in SecureBlackbox Forum