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 (in the context of the collection of like endpoints contained within the same element) index of this endpoint.
Discuss this help topic in SecureBlackbox Forum