Discuss this help topic in SecureBlackbox Forum
Returns the value of the privilege.
Declaration
[VB.NET]
Property Value As Integer
[Pascal]
property Value : integer;
[C++]
int32_t get_Value();
void set_Value(int32_t Value);
[PHP]
integer get_Value()
void set_Value(integer $Value)
[Java]
int getValue();
void setValue(int Value);
Possible values
Description
Use this property to check the value of the privilege.
Discuss this help topic in SecureBlackbox Forum