Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeStatementElement.RemoveAttribute

TElSAMLAttributeStatementElement     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 attributes from the list.

See also:     Attributes     AddAttribute    

Discuss this help topic in SecureBlackbox Forum