Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeElement.Values

TElSAMLAttributeElement     See also     


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


Returns the specified attribute value.

Declaration

[C#]
    TElSAMLAttributeValue Values[int Index];

[VB.NET]
    Property Values(ByVal Index As Integer) As TElSAMLAttributeValue

[Pascal]
    property Values[Index : integer] : TElSAMLAttributeValue;

[C++]
    TElSAMLAttributeValue* get_Values(int32_t Index);

[PHP]
    TElSAMLAttributeValue get_Values(integer $Index)

[Java]
    TElSAMLAttributeValue getValues(int Index);

Parameters

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

Description

    Use this property to get attribute value by its index.

See also:     ValueCount     AddValue     RemoveValue    

Discuss this help topic in SecureBlackbox Forum