Discuss this help topic in SecureBlackbox Forum
This property specifies the number of Excluded Subtrees in the list.
Declaration
[VB.NET]
Property ExcludedCount As Integer
[Pascal]
property ExcludedCount : integer;
[C++]
int32_t get_ExcludedCount();
void set_ExcludedCount(int32_t Value);
[PHP]
integer get_ExcludedCount()
void set_ExcludedCount(integer $Value)
[Java]
int getExcludedCount();
void setExcludedCount(int Value);
Description
Use this property to get/set the number of
Excluded Subtrees in the list.
Discuss this help topic in SecureBlackbox Forum