Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.GetAttribute

TElXMLSOAPCustomParameter     See also     


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


Returns the value of the attribute with given name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function GetAttribute(const AName : XMLString) : XMLString; overload;

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

[PHP]
    string GetAttribute(string $AName)

[Java]
    not available

Parameters

  • AName - the name of the attribute.

Return value

Returns the value of the attribute with given name.

Description

Use this method to check attribute value.

See also:     Attributes     AttribStrings     GetAttributeNS     SetAttribute    

Discuss this help topic in SecureBlackbox Forum