Discuss this help topic in SecureBlackbox Forum

TElSAMLAdviceElement.AssertionCount

TElSAMLAdviceElement     See also     


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


Returns the number of assertions in the list.

Declaration

[C#]
    int AssertionCount;

[VB.NET]
    Property AssertionCount As Integer

[Pascal]
    property AssertionCount : integer;

[C++]
    int32_t get_AssertionCount();

[PHP]
    integer get_AssertionCount()

[Java]
    int getAssertionCount();

Description

    Use this property to get the number of assertions in this Advice element.

See also:     Assertions     AddAssertion     RemoveAssertion    

Discuss this help topic in SecureBlackbox Forum