Discuss this help topic in SecureBlackbox Forum

TElSAMLIndexedEndpointType._Index

TElSAMLIndexedEndpointType     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The unique index of this endpoint.

Declaration

[C#]
    int _Index;

[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