Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeQueryElement.AddAttribute

TElSAMLAttributeQueryElement     See also     


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


Appends a new attribute to the list.

Declaration

[C#]
    int AddAttribute();

[VB.NET]
    Function AddAttribute() As Integer

[Pascal]
    function AddAttribute : integer;

[C++]
    int32_t AddAttribute();

[PHP]
    integer AddAttribute()

[Java]
    int addAttribute();

Return value

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

Description

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

See also:     Attributes     AddAttribute     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum