Discuss this help topic in SecureBlackbox Forum
The unique index of this endpoint.
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 get_Index();
void set_Index(int Value);
Description
This property specifies the unique index of this endpoint so that it could be referenced by protocol messages.
Discuss this help topic in SecureBlackbox Forum