Discuss this help topic in SecureBlackbox Forum
Specifies Deny privileges.
Declaration
[VB.NET]
Property Deny As Short
[Pascal]
property Deny : SmallInt;
[C++]
int16_t get_Deny();
void set_Deny(int16_t Value);
[PHP]
integer get_Deny()
void set_Deny(integer $Value)
[Java]
short getDeny();
void setDeny(short Value);
Description
This property specifies deny privileges.
Discuss this help topic in SecureBlackbox Forum