Discuss this help topic in SecureBlackbox Forum
Specifies whether the settings are enabled or not.
Declaration
[VB.NET]
Property Enabled As Boolean
[Pascal]
property Enabled : boolean;
[C++]
bool get_Enabled();
void set_Enabled(bool Value);
[PHP]
bool get_Enabled()
void set_Enabled(bool $Value)
Description
Specifies if the settings are active or not.
The default value is False.
Discuss this help topic in SecureBlackbox Forum