Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeElement.RemoveArbitraryAttribute

TElSAMLAttributeElement     See also     


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


Removes the specified item from the list.

Declaration

[C#]
    void RemoveArbitraryAttribute(int Index);

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

[Pascal]
    procedure RemoveArbitraryAttribute(Index : integer);

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

[PHP]
    void RemoveArbitraryAttribute(integer $Index)

[Java]
    void removeArbitraryAttribute(int Index);

Parameters

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

Description

    Use this method to remove items from the list of arbitrary attributes.

See also:     ArbitraryAttributes     AddArbitraryAttribute    

Discuss this help topic in SecureBlackbox Forum