Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.RemoveAttribute

TElXMLSOAPCustomParameter     See also     


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


Removes the specified attribute.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure RemoveAttribute(const AName : XMLString);

[C++]
    void RemoveAttribute(const sb_u16string &AName);
    void RemoveAttribute(const std::wstring &AName);

[PHP]
    void RemoveAttribute(string $AName)

[Java]
    not available

Parameters

  • AName - the name of the attribute to remove.

Description

Use this method to remove the specified attribute.

See also:     Attributes     AttribStrings     RemoveAttributeNS    

Discuss this help topic in SecureBlackbox Forum