Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeElement.AddArbitraryAttribute

TElSAMLAttributeElement     See also     


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


Adds an arbitrary attribute to the list.

Declaration

[C#]
    int AddArbitraryAttribute(TElXMLDOMAttr Attr);

[VB.NET]
    Function AddArbitraryAttribute(ByVal Attr As TElXMLDOMAttr) As Integer

[Pascal]
    function AddArbitraryAttribute(Attr : TElXMLDOMAttr) : integer;

[C++]
    int32_t AddArbitraryAttribute(TElXMLDOMAttr &Attr);
    int32_t AddArbitraryAttribute(TElXMLDOMAttr *Attr);

[PHP]
    integer AddArbitraryAttribute(TElXMLDOMAttr $Attr)

[Java]
    int addArbitraryAttribute(TElXMLDOMAttr Attr);

Parameters

  • Attr - the attribute to be added to the list.

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 new items to the list of arbitrary attributes.

See also:     ArbitraryAttributes     RemoveArbitraryAttribute    

Discuss this help topic in SecureBlackbox Forum