Discuss this help topic in SecureBlackbox Forum
Specifies the group execute access right for a file.
Declaration
[VB.NET]
Property GroupExecute As Boolean
[Pascal]
property GroupExecute : boolean;
[C++]
bool get_GroupExecute();
void set_GroupExecute(bool Value);
[PHP]
bool get_GroupExecute()
void set_GroupExecute(bool $Value)
[Java]
boolean getGroupExecute();
void setGroupExecute(boolean Value);
Description
Use this property to get/set right for file execution for group members.
Discuss this help topic in SecureBlackbox Forum