Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.SetAttribute

TElXMLSOAPCustomParameter     See also     


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


Assigns a new value to the attribute.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SetAttribute(const AName, aValue : XMLString);

[C++]
    void SetAttribute(const sb_u16string &AName, const sb_u16string &aValue);
    void SetAttribute(const std::wstring &AName, const std::wstring &aValue);

[PHP]
    void SetAttribute(string $AName, string $aValue)

[Java]
    not available

Parameters

  • AName - the name of the attribute.
  • aValue - the new value of the attribute.

Description

Use this method to set the attribute value.

See also:     Attributes     AttribStrings     GetAttribute     SetAttributeNS    

Discuss this help topic in SecureBlackbox Forum