Discuss this help topic in SecureBlackbox Forum
If true, inverted ACEs are not supported.
Declaration
[VB.NET]
Property NoInvert As Boolean
[Pascal]
property NoInvert : boolean;
[C++]
bool get_NoInvert();
void set_NoInvert(bool Value);
[PHP]
bool get_NoInvert()
void set_NoInvert(bool $Value)
[Java]
boolean getNoInvert();
void setNoInvert(boolean Value);
Description
If this property's value is true, inverted ACEs are not supported.
Discuss this help topic in SecureBlackbox Forum