Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionElement.StatementCount

TElSAMLAssertionElement     See also     


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


Returns the number of statements.

Declaration

[C#]
    int StatementCount;

[VB.NET]
    Property StatementCount As Integer

[Pascal]
    property StatementCount : integer;

[C++]
    int32_t get_StatementCount();

[PHP]
    integer get_StatementCount()

[Java]
    int getStatementCount();

Description

    Use this property to check the number of statements in this assertion.

See also:     Statements     AddStatement     RemoveStatement    

Discuss this help topic in SecureBlackbox Forum