Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthzDecisionStatementElement.ActionCount

TElSAMLAuthzDecisionStatementElement     See also     


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


Returns the number of authorized actions.

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 Action elements in the list.

See also:     Actions     AddAction     RemoveAction    

Discuss this help topic in SecureBlackbox Forum