Discuss this help topic in SecureBlackbox Forum

TElSAMLConditionsElement.ConditionCount

TElSAMLConditionsElement     See also     


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


Returns the number of conditions in the list.

Declaration

[C#]
    int ConditionCount;

[VB.NET]
    Property ConditionCount As Integer

[Pascal]
    property ConditionCount : integer;

[C++]
    int32_t get_ConditionCount();

[PHP]
    integer get_ConditionCount()

[Java]
    int getConditionCount();

Description

Use this property to check the number of items in the list.

See also:     Conditions     AddCondition     RemoveCondition    

Discuss this help topic in SecureBlackbox Forum