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