Discuss this help topic in SecureBlackbox Forum
Returns the index of this signature in the list of signatures over the file.
Declaration
[VB.NET]
Property Index As Integer
[Pascal]
property Index : Integer;
[C++]
int32_t get_Index();
void set_Index(int32_t Value);
[PHP]
integer get_Index()
void set_Index(integer $Value)
[Java]
int getIndex();
void setIndex(int Value);
Description
Use this property to get the index of this signature in the sequence of signatures made over the file.
Discuss this help topic in SecureBlackbox Forum