Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthzDecisionQueryElement.AddAction

TElSAMLAuthzDecisionQueryElement     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int AddAction();

[VB.NET]
    Function AddAction() As Integer

[Pascal]
    function AddAction : integer;

[C++]
    int32_t AddAction();

[PHP]
    integer AddAction()

[Java]
    int addAction();

Return value

Returns the index of the newly added element in the list.

Description

Use this method to create a new TElSAMLActionElement object and append it to the list.

See also:     AddAction     RemoveAction    

Discuss this help topic in SecureBlackbox Forum