Discuss this help topic in SecureBlackbox Forum
This property specifies the number of
Permitted Subtrees
in the list.
Declaration
[C#/Java]
int PermittedCount;
[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)
Description
Use this property to get/set the number of
Permitted Subtrees in the list.
Discuss this help topic in SecureBlackbox Forum