Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.SetAttributeNS

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 SetAttributeNS(const ANSURI, AName, aValue : XMLString);

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

[PHP]
    void SetAttributeNS(string $ANSURI, string $AName, string $aValue)

[Java]
    not available

Parameters

  • ANSURI - attribute's namespace URI.
  • AName - the local name of the attribute.
  • aValue - the new value to be assigned to the attribute.

Description

Use this method to set the attribute value.

See also:     GetAttributeNS     SetAttribute    

Discuss this help topic in SecureBlackbox Forum