Discuss this help topic in SecureBlackbox Forum
Specifies read permission for users of the same group.
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
This property specifies whether read permission is enabled for users of the same group.
Discuss this help topic in SecureBlackbox Forum