Discuss this help topic in SecureBlackbox Forum
Specifies execute permission for users of other groups.
Declaration
[VB.NET]
Property OtherExecute As Boolean
[Pascal]
property OtherExecute : boolean;
[C++]
bool get_OtherExecute();
void set_OtherExecute(bool Value);
[PHP]
bool get_OtherExecute()
void set_OtherExecute(bool $Value)
[Java]
boolean getOtherExecute();
void setOtherExecute(boolean Value);
Description
This property specifies whether execute permission is enabled for users of other groups.
Discuss this help topic in SecureBlackbox Forum