Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionElement.RemoveStatement

TElSAMLAssertionElement     See also     


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


Removes the specified statement.

Declaration

[C#]
    void RemoveStatement(int Index);

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

[Pascal]
    procedure RemoveStatement(Index : integer);

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

[PHP]
    void RemoveStatement(integer $Index)

[Java]
    void removeStatement(int Index);

Parameters

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

Description

    Use this method to remove statements from the list.

See also:     Statements     AddStatement    

Discuss this help topic in SecureBlackbox Forum