Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.Attributes

TElXMLSOAPCustomParameter     See also     


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


The list of attributes of this element.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Attributes[Index : Integer] : TElXMLSOAPParameterAttribute;

[C++]
    TElXMLSOAPParameterAttribute* get_Attributes(int32_t Index);

[PHP]
    TElXMLSOAPParameterAttribute get_Attributes(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property contains a list of attributes of this parameter XML element.

See also:     AttribStrings     AttributeCount    

Discuss this help topic in SecureBlackbox Forum