Discuss this help topic in SecureBlackbox Forum
Specifies the group read access right for a file.
Declaration
[VB.NET]
Property GroupRead As Boolean
[Pascal]
property GroupRead: boolean;
[C++]
bool get_GroupRead();
void set_GroupRead(bool Value);
[PHP]
bool get_GroupRead()
void set_GroupRead(bool $Value)
[Java]
boolean getGroupRead();
void setGroupRead(boolean Value);
Description
Use this property to get/set right to read the file for group members.
Discuss this help topic in SecureBlackbox Forum