Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeQueryElement.RemoveAttribute

TElSAMLAttributeQueryElement     See also     


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


Removes the specified item from the list.

Declaration

[C#]
    void RemoveAttribute(int Index);

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

[Pascal]
    procedure RemoveAttribute(Index : integer);

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

[PHP]
    void RemoveAttribute(integer $Index)

[Java]
    void removeAttribute(int Index);

Parameters

  • Index - the index of the item to be removed.

Description

Use this method to remove the specified item from the list.

See also:     Attributes     AddAttribute     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum