Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeElement.AddValue

TElSAMLAttributeElement     See also     


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


Adds new attribute value to the list.

Declaration

[C#]
    int AddValue();

[VB.NET]
    Function AddValue() As Integer

[Pascal]
    function AddValue : integer;

[C++]
    int32_t AddValue();

[PHP]
    integer AddValue()

[Java]
    int addValue();

Return value

    Returns the index of the newly added element of the list on success, and -1 on failure.

Description

    Use this method to add attribute values.

See also:     Values     RemoveValue    

Discuss this help topic in SecureBlackbox Forum