Discuss this help topic in SecureBlackbox Forum
Specifies whether ACL extension is used.
Declaration
[VB.NET]
Property UseACL As Boolean
[Pascal]
property UseACL : boolean;
[C++]
bool get_UseACL();
void set_UseACL(bool Value);
[PHP]
bool get_UseACL()
void set_UseACL(bool $Value)
[Java]
boolean getUseACL();
void setUseACL(boolean Value);
Description
Set this option if the server should use ACL.
Discuss this help topic in SecureBlackbox Forum