Discuss this help topic in SecureBlackbox Forum
Specifies owner's execute permission on the file.
Declaration
[C#/Java]
bool OwnerExecute;
[VB.NET]
Property OwnerExecute As Boolean
[Pascal]
property OwnerExecute : boolean;
[C++]
bool get_OwnerExecute();
void set_OwnerExecute(bool Value);
[PHP]
bool get_OwnerExecute()
void set_OwnerExecute(bool $Value)
Description
Use this property to specify owner's execute permission on the file.
Discuss this help topic in SecureBlackbox Forum