Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeElement.RemoveValue

TElSAMLAttributeElement     See also     


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


Removes the specified attribute value.

Declaration

[C#]
    void RemoveValue(int Index);

[VB.NET]
    Sub RemoveValue(ByVal Index As Integer)

[Pascal]
    procedure RemoveValue(Index : integer);

[C++]
    void RemoveValue(int32_t Index);

[PHP]
    void RemoveValue(integer $Index)

[Java]
    void removeValue(int Index);

Parameters

  • Index - the index of the value to be removed, starting from 0.

Description

    Use this method to remove the specified attribute value from the list.

See also:     Values     AddValue    

Discuss this help topic in SecureBlackbox Forum