Discuss this help topic in SecureBlackbox Forum
Specifies if subkeys should be included to the search.
Declaration
[C#]
bool IncludeSubkeys;
[VB.NET]
Property IncludeSubkeys As Boolean
[Pascal]
property IncludeSubkeys : boolean;
[C++]
bool get_IncludeSubkeys();
void set_IncludeSubkeys(bool Value);
[PHP]
bool get_IncludeSubkeys()
void set_IncludeSubkeys(bool $Value)
[Java]
boolean getIncludeSubkeys();
void setIncludeSubkeys(boolean Value);
Description
Set this property to
True to include subkeys to the search.
Otherwise, the subkeys will be filtered out.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum