Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionElement.Statements

TElSAMLAssertionElement     See also     


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


A sequence of statements of this assertion.

Declaration

[C#]
    TElSAMLStatementAbstractType Statements[int Index];

[VB.NET]
    Property Statements(ByVal Index As Integer) As TElSAMLStatementAbstractType

[Pascal]
    property Statements[Index : integer] : TElSAMLStatementAbstractType;

[C++]
    TElSAMLStatementAbstractType* get_Statements(int32_t Index);

[PHP]
    TElSAMLStatementAbstractType get_Statements(integer $Index)

[Java]
    TElSAMLStatementAbstractType getStatements(int Index);

Parameters

  • Index - the index of the statement in the sequence, starting from 0.

Description

    Use this property to access the statements of this assertion.

See also:     StatementCount     AddStatement     RemoveStatement    

Discuss this help topic in SecureBlackbox Forum