Discuss this help topic in SecureBlackbox Forum
Specifies Grant privileges.
Declaration
[VB.NET]
Property Grant As Short
[Pascal]
property Grant : SmallInt;
[C++]
int16_t get_Grant();
void set_Grant(int16_t Value);
[PHP]
integer get_Grant()
void set_Grant(integer $Value)
[Java]
short getGrant();
void setGrant(short Value);
Description
This property specifies grant privileges.
Discuss this help topic in SecureBlackbox Forum