Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.AttribStrings

TElXMLSOAPCustomParameter     See also     


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


Returns the string value of the attribute.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property AttribStrings[const Name : XMLString] : XMLString;

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

[PHP]
    string get_AttribStrings(string $AName)
    void set_AttribStrings(string $AName, string $aValue)

[Java]
    not available

Parameters

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

Description

Use this property to get or set the attribute value given its name.

See also:     Attributes    

Discuss this help topic in SecureBlackbox Forum