Discuss this help topic in SecureBlackbox Forum
Returns the number of prop-filters in the list.
Declaration
[C#]
int PropFilterCount;
[VB.NET]
Property PropFilterCount As Integer
[Pascal]
property PropFilterCount : integer;
[C++]
int32_t get_PropFilterCount();
[PHP]
integer get_PropFilterCount()
Description
Use this property to get the number of prop-filters in the sequence.
Discuss this help topic in SecureBlackbox Forum