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