Discuss this help topic in SecureBlackbox Forum
Specifies group's read permission on the file.
Declaration
[C#/Java]
bool GroupRead;
[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)
Description
Use this property to specify group's read permission on the file.
Discuss this help topic in SecureBlackbox Forum