Discuss this help topic in SecureBlackbox Forum
Specifies the number of signatures in the list.
Declaration
[C#]
int SignaturesCount;
[VB.NET]
Property SignaturesCount As Integer
[Pascal]
property SignaturesCount : integer;
[C++]
int32_t get_SignaturesCount();
[PHP]
integer get_SignaturesCount()
[Java]
int getSignaturesCount();
Description
Use this property to get the number of signatures in the list.
Discuss this help topic in SecureBlackbox Forum