Discuss this help topic in SecureBlackbox Forum
This property specifies group to which the file belongs.
Declaration
[VB.NET]
Property Group As String
[Pascal]
property Group : string;
[C++]
void get_Group(std::string &OutResult);
void set_Group(const std::string &Value);
[PHP]
string get_Group()
void set_Group(string $Value)
[Java]
String getGroup();
void setGroup(String Value);
Description
This property specifies the group to which the file belongs.
Discuss this help topic in SecureBlackbox Forum