Discuss this help topic in SecureBlackbox Forum
Defines whether this privilege is abstract.
Declaration
[VB.NET]
Property _Abstract As Boolean
[Pascal]
property _Abstract : boolean;
[C++]
bool get__Abstract();
void set__Abstract(bool Value);
[PHP]
bool get__Abstract()
void set__Abstract(bool $Value)
[Java]
boolean get_Abstract();
void set_Abstract(boolean Value);
Description
Abstract privileges must not be used in an ACE for the resource.
Discuss this help topic in SecureBlackbox Forum