Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusDetailElement.Elements

TElSAMLStatusDetailElement     See also     


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


A sequence of elements containing additional information.

Declaration

[C#]
    TElSAMLElement Elements[int Index];

[VB.NET]
    Property Elements(ByVal Index As Integer) As TElSAMLElement

[Pascal]
    property Elements[Index : integer] : TElSAMLElement;

[C++]
    TElSAMLElement* get_Elements(int32_t Index);

[PHP]
    TElSAMLElement get_Elements(integer $Index)

[Java]
    TElSAMLElement getElements(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property provides access to a sequence of elements which contain additional information about a status of the request.

See also:     AddElement     ElementCount     RemoveElement    

Discuss this help topic in SecureBlackbox Forum