Discuss this help topic in SecureBlackbox Forum
The index of the artifact endpoint.
Declaration
[C#]
ushort EndPointIndex;
[VB.NET]
Property EndPointIndex As UInt16
[Pascal]
property EndPointIndex : word;
[C++]
uint16_t get_EndPointIndex();
void set_EndPointIndex(uint16_t Value);
[PHP]
integer get_EndPointIndex()
void set_EndPointIndex(integer $Value)
[Java]
short getEndPointIndex();
void setEndPointIndex(short arg0);
Description
This property specifies the index of the endpoint, in the respective provider's indexed endpoint list, where this artifact has to be delivered.
The default value is 0.
Discuss this help topic in SecureBlackbox Forum