Discuss this help topic in SecureBlackbox Forum
A unique integer number assigned to this element.
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
The Index attribute should contain a unique integer which allows to reference this element in a protocol message.
Discuss this help topic in SecureBlackbox Forum