Discuss this help topic in SecureBlackbox Forum
Specifies whether this ACE is protected or not.
Declaration
[VB.NET]
Property _Protected As Boolean
[Pascal]
property _Protected : boolean;
[C++]
bool get__Protected();
void set__Protected(bool Value);
[PHP]
bool get__Protected()
void set__Protected(bool $Value)
[Java]
boolean get_Protected();
void set_Protected(boolean Value);
Description
A protected ACE could not be removed from the ACL.
Discuss this help topic in SecureBlackbox Forum