Discuss this help topic in SecureBlackbox Forum
Specifies the number of signature entries in the list.
Declaration
[C#]
int SignatureEntryCount;
[VB.NET]
Property SignatureEntryCount As Integer
[Pascal]
property SignatureEntryCount : integer;
[PHP]
integer get_SignatureEntryCount()
[Java]
int getSignatureEntryCount();
Description
Use this property to get the number of signature entries in the list.
Discuss this help topic in SecureBlackbox Forum