Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthzDecisionQueryElement.ActionCount

TElSAMLAuthzDecisionQueryElement     See also     


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


Returns the number of actions in the list.

Declaration

[C#]
    int ActionCount;

[VB.NET]
    Property ActionCount As Integer

[Pascal]
    property ActionCount : integer;

[C++]
    int32_t get_ActionCount();

[PHP]
    integer get_ActionCount()

[Java]
    int getActionCount();

Description

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

See also:     Actions     AddAction     RemoveAction    

Discuss this help topic in SecureBlackbox Forum