Discuss this help topic in SecureBlackbox Forum

TElSAMLEndpoint._Index

TElSAMLEndpoint     See also     


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

See also:     IsDefault    

Discuss this help topic in SecureBlackbox Forum