Discuss this help topic in SecureBlackbox Forum
This property specifies the number of Permitted Subtrees in the list.
Declaration
[VB.NET]
Property PermittedCount As Integer
[Pascal]
property PermittedCount : integer;
[C++]
int32_t get_PermittedCount();
void set_PermittedCount(int32_t Value);
[PHP]
integer get_PermittedCount()
void set_PermittedCount(integer $Value)
[Java]
int getPermittedCount();
void setPermittedCount(int Value);
Description
Use this property to get/set the number of
Permitted Subtrees in the list.
Discuss this help topic in SecureBlackbox Forum