Discuss this help topic in SecureBlackbox Forum
Specifies abstract privileges.
Declaration
[C#]
short[] AbstractPrivileges;
[VB.NET]
Property AbstractPrivileges As Short()
[Pascal]
property AbstractPrivileges : SmallIntArray;
[C++]
void get_AbstractPrivileges(std::vector<int16_t> &OutResult);
void set_AbstractPrivileges(const std::vector<int16_t> &Value);
[PHP]
array of int16 get_AbstractPrivileges()
void set_AbstractPrivileges(array of int16|NULL $Value)
[Java]
short[] getAbstractPrivileges();
void setAbstractPrivileges(short[] Value);
Possible privileges
Description
Use this property to get or set abstract privileges of this resource.
An abstract privilege can not be set in an ACE for this resource.
Discuss this help topic in SecureBlackbox Forum