Discuss this help topic in SecureBlackbox Forum
Specifies if disabled keys should be included to the search.
Declaration
[C#]
bool IncludeDisabledKeys;
[VB.NET]
Property IncludeDisabledKeys As Boolean
[Pascal]
property IncludeDisabledKeys : boolean;
[C++]
bool get_IncludeDisabledKeys();
void set_IncludeDisabledKeys(bool Value);
[PHP]
bool get_IncludeDisabledKeys()
void set_IncludeDisabledKeys(bool $Value)
[Java]
boolean getIncludeDisabledKeys();
void setIncludeDisabledKeys(boolean Value);
Description
Set this property to
True to include disabled keys to the search.
Otherwise, these keys will be filtered out.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum