Discuss this help topic in SecureBlackbox Forum
If true, deny ACEs are not supported.
Declaration
[VB.NET]
Property GrantOnly As Boolean
[Pascal]
property GrantOnly : boolean;
[C++]
bool get_GrantOnly();
void set_GrantOnly(bool Value);
[PHP]
bool get_GrantOnly()
void set_GrantOnly(bool $Value)
[Java]
boolean getGrantOnly();
void setGrantOnly(boolean Value);
Description
This property specifies whether ACEs with deny clauses are supported or not.
Discuss this help topic in SecureBlackbox Forum