Discuss this help topic in SecureBlackbox Forum
Specifies whether the principal type should be inverted or not.
Declaration
[VB.NET]
Property Invert As Boolean
[Pascal]
property Invert : boolean;
[C++]
bool get_Invert();
void set_Invert(bool Value);
[PHP]
bool get_Invert()
void set_Invert(bool $Value)
[Java]
boolean getInvert();
void setInvert(boolean Value);
Description
When this property is set to true, this ACE is applicable to all users NOT MATCHING the PrincipalType.
Discuss this help topic in SecureBlackbox Forum