Discuss this help topic in SecureBlackbox Forum

TElSAMLConditionsElement.Conditions

TElSAMLConditionsElement     See also     


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


Contains the list of conditions.

Declaration

[C#]
    TElSAMLConditionAbstractType Conditions[int Index];

[VB.NET]
    Property Conditions(ByVal Index As Integer) As TElSAMLConditionAbstractType

[Pascal]
    property Conditions[Index : integer] : TElSAMLConditionAbstractType;

[C++]
    TElSAMLConditionAbstractType* get_Conditions(int32_t Index);

[PHP]
    TElSAMLConditionAbstractType get_Conditions(integer $Index)

[Java]
    TElSAMLConditionAbstractType getConditions(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

Use this property to get the assertion conditions by index.

See also:     ConditionCount     AddCondition     RemoveCondition    

Discuss this help topic in SecureBlackbox Forum